#9EE0F9

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

Shades of Columbia Blue #9EE0F9

Tints of Columbia Blue #9EE0F9

Color information

#9EE0F9 (or 0x9EE0F9) is unknown color: approx Columbia Blue. HEX triplet: 9E, E0 and F9. RGB value is (158,224,249). Sum of RGB (Red+Green+Blue) = 158+224+249=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 224 (87.89% from 255 or 35.50% from 631); Blue value is 249 (97.66% from 255 or 39.46% from 631); Max value from RGB is 249 - color contains mainly: blue. Hex color #9EE0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE0F9 is #611F06. Grayscale: #CECECE. Windows color (decimal): -6364935 or 16375966. OLE color: 16375966.

HSL color Cylindrical-coordinate representation of color #9EE0F9: hue angle of 196.48º 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 #9EE0F9 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158224249-
CMYK0.370.1000.02
HSL196.48º88.35%79.8%-
HSV(B)196.48º36.55%97.65%-
XYZ57.8667.4299.59-
YUV207.12151.6392.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25.04%
GREEN value IS 224 (87.89% from 255) = 35.50%
BLUE value IS 249 (97.66% from 255) = 39.46%
R=25.04%
G=35.50%
B=39.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582242490.370.1000.02196.4888.3579.8
Hex9EE0F925A02c45850
Octal236340371451202304130120
Binary10011110111000001111100110010110100101100010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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