#9CE7E3

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

Shades of Blizzard Blue #9CE7E3

Tints of Blizzard Blue #9CE7E3

Color information

#9CE7E3 (or 0x9CE7E3) is unknown color: approx Blizzard Blue. HEX triplet: 9C, E7 and E3. RGB value is (156,231,227). Sum of RGB (Red+Green+Blue) = 156+231+227=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 227 (89.06% from 255 or 36.97% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #9CE7E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CE7E3 is #63181C. Grayscale: #D0D0D0. Windows color (decimal): -6494237 or 14935964. OLE color: 14935964.

HSL color Cylindrical-coordinate representation of color #9CE7E3: hue angle of 176.8º degrees, saturation: 0.61, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE7E3 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB156231227-
CMYK0.3200.020.09
HSL176.8º60.98%75.88%-
HSV(B)176.8º32.47%90.59%-
XYZ56.1569.7783.18-
YUV208.12138.6590.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 25.41%
GREEN value IS 231 (90.62% from 255) = 37.62%
BLUE value IS 227 (89.06% from 255) = 36.97%
R=25.41%
G=37.62%
B=36.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1562312270.3200.020.09176.860.9875.88
Hex9CE7E320029b13d4c
Octal23434734340021126175114
Binary1001110011100111111000111000000101001101100011111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE7E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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