#9EE1F9

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

Shades of Columbia Blue #9EE1F9

Tints of Columbia Blue #9EE1F9

Color information

#9EE1F9 (or 0x9EE1F9) is unknown color: approx Columbia Blue. HEX triplet: 9E, E1 and F9. RGB value is (158,225,249). Sum of RGB (Red+Green+Blue) = 158+225+249=632 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #9EE1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE1F9 is #611E06. Grayscale: #CFCFCF. Windows color (decimal): -6364679 or 16376222. OLE color: 16376222.

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

Color convert

RGB158225249-
CMYK0.370.1000.02
HSL195.82º88.35%79.8%-
HSV(B)195.82º36.55%97.65%-
XYZ58.1267.9699.68-
YUV207.7151.392.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 25%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 249 (97.66% from 255) = 39.40%
R=25%
G=35.60%
B=39.40%

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
Decimal1582252490.370.1000.02195.8288.3579.8
Hex9EE1F925A02c45850
Octal236341371451202304130120
Binary10011110111000011111100110010110100101100010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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