#9EE5FF

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

Shades of Columbia Blue #9EE5FF

Tints of Columbia Blue #9EE5FF

Color information

#9EE5FF (or 0x9EE5FF) is unknown color: approx Columbia Blue. HEX triplet: 9E, E5 and FF. RGB value is (158,229,255). Sum of RGB (Red+Green+Blue) = 158+229+255=642 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.61% from 642); Green value is 229 (89.84% from 255 or 35.67% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EE5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE5FF is #611A00. Grayscale: #D2D2D2. Windows color (decimal): -6363649 or 16770462. OLE color: 16770462.

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

Color convert

RGB158229255-
CMYK0.380.1000
HSL196.08º100%80.98%-
HSV(B)196.08º38.04%100%-
XYZ60.1770.53105.05-
YUV210.74152.9890.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.61%
GREEN value IS 229 (89.84% from 255) = 35.67%
BLUE value IS 255 (100% from 255) = 39.72%
R=24.61%
G=35.67%
B=39.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582292550.380.1000196.0810080.98
Hex9EE5FF26A00c46451
Octal236345377461200304144121
Binary1001111011100101111111111001101010001100010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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