#9EEAFF

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

Shades of Columbia Blue #9EEAFF

Tints of Columbia Blue #9EEAFF

Color information

#9EEAFF (or 0x9EEAFF) is unknown color: approx Columbia Blue. HEX triplet: 9E, EA and FF. RGB value is (158,234,255). Sum of RGB (Red+Green+Blue) = 158+234+255=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEAFF is #611500. Grayscale: #D5D5D5. Windows color (decimal): -6362369 or 16771742. OLE color: 16771742.

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

Color convert

RGB158234255-
CMYK0.380.0800
HSL192.99º100%80.98%-
HSV(B)192.99º38.04%100%-
XYZ61.5773.33105.52-
YUV213.67151.3288.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.42%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 255 (100% from 255) = 39.41%
R=24.42%
G=36.17%
B=39.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582342550.380.0800192.9910080.98
Hex9EEAFF26800c16451
Octal236352377461000301144121
Binary1001111011101010111111111001101000001100000111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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