#9EE1FF

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

Shades of Columbia Blue #9EE1FF

Tints of Columbia Blue #9EE1FF

Color information

#9EE1FF (or 0x9EE1FF) is unknown color: approx Columbia Blue. HEX triplet: 9E, E1 and FF. RGB value is (158,225,255). Sum of RGB (Red+Green+Blue) = 158+225+255=638 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.76% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EE1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE1FF is #611E00. Grayscale: #D0D0D0. Windows color (decimal): -6364673 or 16769438. OLE color: 16769438.

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

Color convert

RGB158225255-
CMYK0.380.1200
HSL198.56º100%80.98%-
HSV(B)198.56º38.04%100%-
XYZ59.0868.34104.68-
YUV208.39154.392.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.76%
GREEN value IS 225 (88.28% from 255) = 35.27%
BLUE value IS 255 (100% from 255) = 39.97%
R=24.76%
G=35.27%
B=39.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582252550.380.1200198.5610080.98
Hex9EE1FF26C00c76451
Octal236341377461400307144121
Binary1001111011100001111111111001101100001100011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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