Shades of Blizzard Blue #8DEBEE
Tints of Blizzard Blue #8DEBEE
RGB
CMYK
RGB Variations
Color information
#8DEBEE (or 0x8DEBEE) is known color: Blizzard Blue. HEX triplet: 8D, EB and EE. RGB value is (141,235,238). Sum of RGB (Red+Green+Blue) = 141+235+238=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DEBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DEBEE is #721411. Grayscale: #CFCFCF. Windows color (decimal): -7476242 or 15657869. OLE color: 15657869.
HSL color Cylindrical-coordinate representation of color #8DEBEE: hue angle of 181.86º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEBEE is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 235 | 238 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.07 |
| HSL | 181.86º | 0.74% | 0.74% | - |
| HSV(B) | 181.86º | 0.41% | 0.93% | - |
| XYZ | 56.13 | 71.25 | 91.68 | - |
| YUV | 207.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 235 | 238 | 0.41 | 0.01 | 0 | 0.07 | 181.86 | 0.74 | 0.74 |
| Hex | 8D | EB | EE | 29 | 1 | 0 | 7 | B6 | 4A | 4A |
| Octal | 215 | 353 | 356 | 51 | 1 | 0 | 7 | 266 | 112 | 112 |
| Binary | 10001101 | 11101011 | 11101110 | 101001 | 1 | 0 | 111 | 10110110 | 1001010 | 1001010 |
Color Harmonies of #8DEBEE
Complementary color
Monochromatic Colors of #8DEBEE
Black with #8DEBEE
Text Example
Text Example
White with #8DEBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEBEE; }
p { color: rgb(141,235,238); }
H1.HeaderClassName
{
color: #8DEBEE;
}
.AnyTagClassName
{
color: #8DEBEE;
}
</style>
background-color css
<style>
a { background-color: #8DEBEE; }
a { background-color: rgb(141,235,238); }
div.DivClassName
{
background-color: #8DEBEE;
}
.BgClassName
{
background-color: #8DEBEE;
}
</style>
border-color css
<style>
span { border-color: #8DEBEE; }
span { border-color: rgb(141,235,238); }
td.TdClassName
{
border-color: #8DEBEE;
}
.TagClassName
{
border-color: #8DEBEE;
}
</style>