#9EE4F9

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

Shades of Columbia Blue #9EE4F9

Tints of Columbia Blue #9EE4F9

Color information

#9EE4F9 (or 0x9EE4F9) is unknown color: approx Columbia Blue. HEX triplet: 9E, E4 and F9. RGB value is (158,228,249). Sum of RGB (Red+Green+Blue) = 158+228+249=635 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.88% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #9EE4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE4F9 is #611B06. Grayscale: #D1D1D1. Windows color (decimal): -6363911 or 16376990. OLE color: 16376990.

HSL color Cylindrical-coordinate representation of color #9EE4F9: hue angle of 193.85º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EE4F9 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158228249-
CMYK0.370.0800.02
HSL193.85º88.35%79.8%-
HSV(B)193.85º36.55%97.65%-
XYZ58.9469.699.95-
YUV209.46150.3191.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.88%
GREEN value IS 228 (89.45% from 255) = 35.91%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=24.88%
G=35.91%
B=39.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582282490.370.0800.02193.8588.3579.8
Hex9EE4F925802c25850
Octal236344371451002302130120
Binary10011110111001001111100110010110000101100001010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,228,249); }

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

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

 a { background-color: rgb(158,228,249); }

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

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

 span { border-color: rgb(158,228,249); }

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