#9EEAFD

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

Shades of Columbia Blue #9EEAFD

Tints of Columbia Blue #9EEAFD

Color information

#9EEAFD (or 0x9EEAFD) is unknown color: approx Columbia Blue. HEX triplet: 9E, EA and FD. RGB value is (158,234,253). Sum of RGB (Red+Green+Blue) = 158+234+253=645 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.50% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EEAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEAFD is #611502. Grayscale: #D5D5D5. Windows color (decimal): -6362371 or 16640670. OLE color: 16640670.

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

Color convert

RGB158234253-
CMYK0.380.0800.01
HSL192º95.96%80.59%-
HSV(B)192º37.55%99.22%-
XYZ61.2573.21103.83-
YUV213.44150.3288.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.50%
GREEN value IS 234 (91.80% from 255) = 36.28%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=24.50%
G=36.28%
B=39.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582342530.380.0800.0119295.9680.59
Hex9EEAFD26801c06051
Octal236352375461001300140121
Binary1001111011101010111111011001101000011100000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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