Shades of Blizzard Blue #8CDFE8
Tints of Blizzard Blue #8CDFE8
RGB
CMYK
RGB Variations
Color information
#8CDFE8 (or 0x8CDFE8) is known color: Blizzard Blue. HEX triplet: 8C, DF and E8. RGB value is (140,223,232). Sum of RGB (Red+Green+Blue) = 140+223+232=595 (78% of max value = 765). Red value is 140 (55.08% from 255 or 23.53% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #8CDFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CDFE8 is #732017. Grayscale: #C7C7C7. Windows color (decimal): -7544856 or 15261580. OLE color: 15261580.
HSL color Cylindrical-coordinate representation of color #8CDFE8: hue angle of 185.87º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CDFE8 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 140 | 223 | 232 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.09 |
| HSL | 185.87º | 0.67% | 0.73% | - |
| HSV(B) | 185.87º | 0.4% | 0.91% | - |
| XYZ | 51.77 | 64.18 | 86 | - |
| YUV | 199.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 232 | 0.40 | 0.04 | 0 | 0.09 | 185.87 | 0.67 | 0.73 |
| Hex | 8C | DF | E8 | 28 | 4 | 0 | 9 | BA | 43 | 49 |
| Octal | 214 | 337 | 350 | 50 | 4 | 0 | 11 | 272 | 103 | 111 |
| Binary | 10001100 | 11011111 | 11101000 | 101000 | 100 | 0 | 1001 | 10111010 | 1000011 | 1001001 |
Color Harmonies of #8CDFE8
Complementary color
Monochromatic Colors of #8CDFE8
Black with #8CDFE8
Text Example
Text Example
White with #8CDFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDFE8; }
p { color: rgb(140,223,232); }
H1.HeaderClassName
{
color: #8CDFE8;
}
.AnyTagClassName
{
color: #8CDFE8;
}
</style>
background-color css
<style>
a { background-color: #8CDFE8; }
a { background-color: rgb(140,223,232); }
div.DivClassName
{
background-color: #8CDFE8;
}
.BgClassName
{
background-color: #8CDFE8;
}
</style>
border-color css
<style>
span { border-color: #8CDFE8; }
span { border-color: rgb(140,223,232); }
td.TdClassName
{
border-color: #8CDFE8;
}
.TagClassName
{
border-color: #8CDFE8;
}
</style>