Shades of Blizzard Blue #8CEDE6
Tints of Blizzard Blue #8CEDE6
RGB
CMYK
RGB Variations
Color information
#8CEDE6 (or 0x8CEDE6) is known color: Blizzard Blue. HEX triplet: 8C, ED and E6. RGB value is (140,237,230). Sum of RGB (Red+Green+Blue) = 140+237+230=607 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.06% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #8CEDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEDE6 is #731219. Grayscale: #CFCFCF. Windows color (decimal): -7541274 or 15134092. OLE color: 15134092.
HSL color Cylindrical-coordinate representation of color #8CEDE6: hue angle of 175.67º degrees, saturation: 0.73, 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 #8CEDE6 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 140 | 237 | 230 | - |
CMYK | 0.41 | 0 | 0.03 | 0.07 |
HSL | 175.67º | 0.73% | 0.74% | - |
HSV(B) | 175.67º | 0.41% | 0.93% | - |
XYZ | 55.38 | 71.86 | 85.81 | - |
YUV | 207.2 | 140.86 | 80.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 237 | 230 | 0.41 | 0 | 0.03 | 0.07 | 175.67 | 0.73 | 0.74 |
Hex | 8C | ED | E6 | 29 | 0 | 3 | 7 | B0 | 49 | 4A |
Octal | 214 | 355 | 346 | 51 | 0 | 3 | 7 | 260 | 111 | 112 |
Binary | 10001100 | 11101101 | 11100110 | 101001 | 0 | 11 | 111 | 10110000 | 1001001 | 1001010 |
Color Harmonies of #8CEDE6
Complementary color
Monochromatic Colors of #8CEDE6
Black with #8CEDE6
Text Example
Text Example
White with #8CEDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEDE6; }
p { color: rgb(140,237,230); }
H1.HeaderClassName
{
color: #8CEDE6;
}
.AnyTagClassName
{
color: #8CEDE6;
}
</style>
background-color css
<style>
a { background-color: #8CEDE6; }
a { background-color: rgb(140,237,230); }
div.DivClassName
{
background-color: #8CEDE6;
}
.BgClassName
{
background-color: #8CEDE6;
}
</style>
border-color css
<style>
span { border-color: #8CEDE6; }
span { border-color: rgb(140,237,230); }
td.TdClassName
{
border-color: #8CEDE6;
}
.TagClassName
{
border-color: #8CEDE6;
}
</style>