Shades of Blizzard Blue #8CEBE8
Tints of Blizzard Blue #8CEBE8
RGB
CMYK
RGB Variations
Color information
#8CEBE8 (or 0x8CEBE8) is known color: Blizzard Blue. HEX triplet: 8C, EB and E8. RGB value is (140,235,232). Sum of RGB (Red+Green+Blue) = 140+235+232=607 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.06% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 232 (91.02% from 255 or 38.22% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #8CEBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEBE8 is #731417. Grayscale: #CECECE. Windows color (decimal): -7541784 or 15264652. OLE color: 15264652.
HSL color Cylindrical-coordinate representation of color #8CEBE8: hue angle of 178.11º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CEBE8 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 235 | 232 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.08 |
| HSL | 178.11º | 0.7% | 0.74% | - |
| HSV(B) | 178.11º | 0.4% | 0.92% | - |
| XYZ | 55.09 | 70.82 | 87.11 | - |
| YUV | 206.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 235 | 232 | 0.40 | 0 | 0.01 | 0.08 | 178.11 | 0.7 | 0.74 |
| Hex | 8C | EB | E8 | 28 | 0 | 1 | 8 | B2 | 46 | 4A |
| Octal | 214 | 353 | 350 | 50 | 0 | 1 | 10 | 262 | 106 | 112 |
| Binary | 10001100 | 11101011 | 11101000 | 101000 | 0 | 1 | 1000 | 10110010 | 1000110 | 1001010 |
Color Harmonies of #8CEBE8
Complementary color
Monochromatic Colors of #8CEBE8
Black with #8CEBE8
Text Example
Text Example
White with #8CEBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEBE8; }
p { color: rgb(140,235,232); }
H1.HeaderClassName
{
color: #8CEBE8;
}
.AnyTagClassName
{
color: #8CEBE8;
}
</style>
background-color css
<style>
a { background-color: #8CEBE8; }
a { background-color: rgb(140,235,232); }
div.DivClassName
{
background-color: #8CEBE8;
}
.BgClassName
{
background-color: #8CEBE8;
}
</style>
border-color css
<style>
span { border-color: #8CEBE8; }
span { border-color: rgb(140,235,232); }
td.TdClassName
{
border-color: #8CEBE8;
}
.TagClassName
{
border-color: #8CEBE8;
}
</style>