#9EEBFE

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

Shades of Columbia Blue #9EEBFE

Tints of Columbia Blue #9EEBFE

Color information

#9EEBFE (or 0x9EEBFE) is unknown color: approx Columbia Blue. HEX triplet: 9E, EB and FE. RGB value is (158,235,254). Sum of RGB (Red+Green+Blue) = 158+235+254=647 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.42% from 647); Green value is 235 (92.19% from 255 or 36.32% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EEBFE is #611401. Grayscale: #D5D5D5. Windows color (decimal): -6362114 or 16706462. OLE color: 16706462.

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

Color convert

RGB158235254-
CMYK0.380.0700.00
HSL191.88º97.96%80.78%-
HSV(B)191.88º37.8%99.61%-
XYZ61.773.84104.77-
YUV214.14150.4987.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.42%
GREEN value IS 235 (92.19% from 255) = 36.32%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=24.42%
G=36.32%
B=39.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582352540.380.0700.00191.8897.9680.78
Hex9EEBFE26700c06251
Octal23635337646700300142121
Binary100111101110101111111110100110111001100000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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