Shades of Blizzard Blue #A8DEED
Tints of Blizzard Blue #A8DEED
RGB
CMYK
RGB Variations
Color information
#A8DEED (or 0xA8DEED) is known color: Blizzard Blue. HEX triplet: A8, DE and ED. RGB value is (168,222,237). Sum of RGB (Red+Green+Blue) = 168+222+237=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8DEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DEED is #572112. Grayscale: #CFCFCF. Windows color (decimal): -5710099 or 15589032. OLE color: 15589032.
HSL color Cylindrical-coordinate representation of color #A8DEED: hue angle of 193.04º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8DEED is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 222 | 237 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.07 |
| HSL | 193.04º | 0.66% | 0.79% | - |
| HSV(B) | 193.04º | 0.29% | 0.93% | - |
| XYZ | 57.56 | 66.68 | 89.96 | - |
| YUV | 207.56 | 144.61 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 222 | 237 | 0.29 | 0.06 | 0 | 0.07 | 193.04 | 0.66 | 0.79 |
| Hex | A8 | DE | ED | 1D | 6 | 0 | 7 | C1 | 42 | 4F |
| Octal | 250 | 336 | 355 | 35 | 6 | 0 | 7 | 301 | 102 | 117 |
| Binary | 10101000 | 11011110 | 11101101 | 11101 | 110 | 0 | 111 | 11000001 | 1000010 | 1001111 |
Color Harmonies of #A8DEED
Complementary color
Monochromatic Colors of #A8DEED
Black with #A8DEED
Text Example
Text Example
White with #A8DEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DEED; }
p { color: rgb(168,222,237); }
H1.HeaderClassName
{
color: #A8DEED;
}
.AnyTagClassName
{
color: #A8DEED;
}
</style>
background-color css
<style>
a { background-color: #A8DEED; }
a { background-color: rgb(168,222,237); }
div.DivClassName
{
background-color: #A8DEED;
}
.BgClassName
{
background-color: #A8DEED;
}
</style>
border-color css
<style>
span { border-color: #A8DEED; }
span { border-color: rgb(168,222,237); }
td.TdClassName
{
border-color: #A8DEED;
}
.TagClassName
{
border-color: #A8DEED;
}
</style>