#9EE1FE

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

Shades of Columbia Blue #9EE1FE

Tints of Columbia Blue #9EE1FE

Color information

#9EE1FE (or 0x9EE1FE) is unknown color: approx Columbia Blue. HEX triplet: 9E, E1 and FE. RGB value is (158,225,254). Sum of RGB (Red+Green+Blue) = 158+225+254=637 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.80% from 637); Green value is 225 (88.28% from 255 or 35.32% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE1FE is #611E01. Grayscale: #D0D0D0. Windows color (decimal): -6364674 or 16703902. OLE color: 16703902.

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

Color convert

RGB158225254-
CMYK0.380.1100.00
HSL198.12º97.96%80.78%-
HSV(B)198.12º37.8%99.61%-
XYZ58.9268.28103.84-
YUV208.27153.892.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.80%
GREEN value IS 225 (88.28% from 255) = 35.32%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=24.80%
G=35.32%
B=39.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582252540.380.1100.00198.1297.9680.78
Hex9EE1FE26B00c66251
Octal236341376461300306142121
Binary1001111011100001111111101001101011001100011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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