#9EDEF4

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

Shades of Columbia Blue #9EDEF4

Tints of Columbia Blue #9EDEF4

Color information

#9EDEF4 (or 0x9EDEF4) is unknown color: approx Columbia Blue. HEX triplet: 9E, DE and F4. RGB value is (158,222,244). Sum of RGB (Red+Green+Blue) = 158+222+244=624 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.32% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 244 (95.70% from 255 or 39.10% from 624); Max value from RGB is 244 - color contains mainly: blue. Hex color #9EDEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDEF4 is #61210B. Grayscale: #CDCDCD. Windows color (decimal): -6365452 or 16047774. OLE color: 16047774.

HSL color Cylindrical-coordinate representation of color #9EDEF4: hue angle of 195.35º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EDEF4 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158222244-
CMYK0.350.0900.04
HSL195.35º79.63%78.82%-
HSV(B)195.35º35.25%95.69%-
XYZ56.5566.0495.36-
YUV205.37149.894.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.32%
GREEN value IS 222 (87.11% from 255) = 35.58%
BLUE value IS 244 (95.70% from 255) = 39.10%
R=25.32%
G=35.58%
B=39.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582222440.350.0900.04195.3579.6378.82
Hex9EDEF423904c3504f
Octal236336364431104303120117
Binary100111101101111011110100100011100101001100001110100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,222,244); }

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

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

 a { background-color: rgb(158,222,244); }

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

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

 span { border-color: rgb(158,222,244); }

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