#9EEBFF

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

Shades of Columbia Blue #9EEBFF

Tints of Columbia Blue #9EEBFF

Color information

#9EEBFF (or 0x9EEBFF) is unknown color: approx Columbia Blue. HEX triplet: 9E, EB and FF. RGB value is (158,235,255). Sum of RGB (Red+Green+Blue) = 158+235+255=648 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.38% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EEBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBFF is #611400. Grayscale: #D6D6D6. Windows color (decimal): -6362113 or 16771998. OLE color: 16771998.

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

Color convert

RGB158235255-
CMYK0.380.0800
HSL192.37º100%80.98%-
HSV(B)192.37º38.04%100%-
XYZ61.8673.91105.61-
YUV214.26150.9987.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.38%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 255 (100% from 255) = 39.35%
R=24.38%
G=36.27%
B=39.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582352550.380.0800192.3710080.98
Hex9EEBFF26800c06451
Octal236353377461000300144121
Binary1001111011101011111111111001101000001100000011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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