#9EEAFE

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

Shades of Columbia Blue #9EEAFE

Tints of Columbia Blue #9EEAFE

Color information

#9EEAFE (or 0x9EEAFE) is unknown color: approx Columbia Blue. HEX triplet: 9E, EA and FE. RGB value is (158,234,254). Sum of RGB (Red+Green+Blue) = 158+234+254=646 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.46% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEAFE is #611501. Grayscale: #D5D5D5. Windows color (decimal): -6362370 or 16706206. OLE color: 16706206.

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

Color convert

RGB158234254-
CMYK0.380.0800.00
HSL192.5º97.96%80.78%-
HSV(B)192.5º37.8%99.61%-
XYZ61.4173.27104.67-
YUV213.56150.8288.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.46%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 254 (99.61% from 255) = 39.32%
R=24.46%
G=36.22%
B=39.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582342540.380.0800.00192.597.9680.78
Hex9EEAFE26800c06251
Octal236352376461000300142121
Binary1001111011101010111111101001101000001100000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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