#9CEBF8

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

Shades of Blizzard Blue #9CEBF8

Tints of Blizzard Blue #9CEBF8

Color information

#9CEBF8 (or 0x9CEBF8) is unknown color: approx Blizzard Blue. HEX triplet: 9C, EB and F8. RGB value is (156,235,248). Sum of RGB (Red+Green+Blue) = 156+235+248=639 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.41% from 639); Green value is 235 (92.19% from 255 or 36.78% from 639); Blue value is 248 (97.27% from 255 or 38.81% from 639); Max value from RGB is 248 - color contains mainly: blue. Hex color #9CEBF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEBF8 is #631407. Grayscale: #D4D4D4. Windows color (decimal): -6493192 or 16313244. OLE color: 16313244.

HSL color Cylindrical-coordinate representation of color #9CEBF8: hue angle of 188.48º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9CEBF8 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB156235248-
CMYK0.370.0500.03
HSL188.48º86.79%79.22%-
HSV(B)188.48º37.1%97.25%-
XYZ60.3673.2699.77-
YUV212.86147.8387.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 24.41%
GREEN value IS 235 (92.19% from 255) = 36.78%
BLUE value IS 248 (97.27% from 255) = 38.81%
R=24.41%
G=36.78%
B=38.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1562352480.370.0500.03188.4886.7979.22
Hex9CEBF825503bc574f
Octal23435337045503274127117
Binary1001110011101011111110001001011010111011110010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CEBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,235,248); }

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

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

 a { background-color: rgb(156,235,248); }

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

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

 span { border-color: rgb(156,235,248); }

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