#9CE3EB

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

Shades of Blizzard Blue #9CE3EB

Tints of Blizzard Blue #9CE3EB

Color information

#9CE3EB (or 0x9CE3EB) is unknown color: approx Blizzard Blue. HEX triplet: 9C, E3 and EB. RGB value is (156,227,235). Sum of RGB (Red+Green+Blue) = 156+227+235=618 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.24% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CE3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CE3EB is #631C14. Grayscale: #CECECE. Windows color (decimal): -6495253 or 15459228. OLE color: 15459228.

HSL color Cylindrical-coordinate representation of color #9CE3EB: hue angle of 186.08º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CE3EB is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156227235-
CMYK0.340.0300.08
HSL186.08º66.39%76.67%-
HSV(B)186.08º33.62%92.16%-
XYZ56.176888.76-
YUV206.68143.9891.85-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.24%
GREEN value IS 227 (89.06% from 255) = 36.73%
BLUE value IS 235 (92.19% from 255) = 38.03%
R=25.24%
G=36.73%
B=38.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1562272350.340.0300.08186.0866.3976.67
Hex9CE3EB22308ba424d
Octal234343353423010272102115
Binary10011100111000111110101110001011010001011101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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