#9ADDFE

Color #9ADDFE Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #9ADDFE

Tints of Columbia Blue #9ADDFE

Color information

#9ADDFE (or 0x9ADDFE) is unknown color: approx Columbia Blue. HEX triplet: 9A, DD and FE. RGB value is (154,221,254). Sum of RGB (Red+Green+Blue) = 154+221+254=629 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.48% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #9ADDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ADDFE is #652201. Grayscale: #CCCCCC. Windows color (decimal): -6627842 or 16702874. OLE color: 16702874.

HSL color Cylindrical-coordinate representation of color #9ADDFE: hue angle of 199.8º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ADDFE is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB154221254-
CMYK0.390.1300.00
HSL199.8º98.04%80%-
HSV(B)199.8º39.37%99.61%-
XYZ57.0765.74103.45-
YUV204.73155.891.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 24.48%
GREEN value IS 221 (86.72% from 255) = 35.14%
BLUE value IS 254 (99.61% from 255) = 40.38%
R=24.48%
G=35.14%
B=40.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1542212540.390.1300.00199.898.0480
Hex9ADDFE27D00c86250
Octal232335376471500310142120
Binary1001101011011101111111101001111101001100100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADDFE; }

 p { color: rgb(154,221,254); }

 H1.HeaderClassName
 {
   color: #9ADDFE;
 }
 .AnyTagClassName
 {
   color: #9ADDFE;
 }
</style>
background-color css

<style>
 a { background-color: #9ADDFE; }

 a { background-color: rgb(154,221,254); }

 div.DivClassName
 {
   background-color: #9ADDFE;
 }
 .BgClassName
 {
   background-color: #9ADDFE;
 }
</style>
border-color css

<style>
 span { border-color: #9ADDFE; }

 span { border-color: rgb(154,221,254); }

 td.TdClassName
 {
   border-color: #9ADDFE;
 }
 .TagClassName
 {
   border-color: #9ADDFE;
 }
</style>