Shades of Blizzard Blue #A8DFEE
Tints of Blizzard Blue #A8DFEE
RGB
CMYK
RGB Variations
Color information
#A8DFEE (or 0xA8DFEE) is known color: Blizzard Blue. HEX triplet: A8, DF and EE. RGB value is (168,223,238). Sum of RGB (Red+Green+Blue) = 168+223+238=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8DFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DFEE is #572011. Grayscale: #D0D0D0. Windows color (decimal): -5709842 or 15654824. OLE color: 15654824.
HSL color Cylindrical-coordinate representation of color #A8DFEE: hue angle of 192.86º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8DFEE is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 223 | 238 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.07 |
| HSL | 192.86º | 0.67% | 0.8% | - |
| HSV(B) | 192.86º | 0.29% | 0.93% | - |
| XYZ | 57.97 | 67.27 | 90.82 | - |
| YUV | 208.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 223 | 238 | 0.29 | 0.06 | 0 | 0.07 | 192.86 | 0.67 | 0.8 |
| Hex | A8 | DF | EE | 1D | 6 | 0 | 7 | C1 | 43 | 50 |
| Octal | 250 | 337 | 356 | 35 | 6 | 0 | 7 | 301 | 103 | 120 |
| Binary | 10101000 | 11011111 | 11101110 | 11101 | 110 | 0 | 111 | 11000001 | 1000011 | 1010000 |
Color Harmonies of #A8DFEE
Complementary color
Monochromatic Colors of #A8DFEE
Black with #A8DFEE
Text Example
Text Example
White with #A8DFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8DFEE; }
p { color: rgb(168,223,238); }
H1.HeaderClassName
{
color: #A8DFEE;
}
.AnyTagClassName
{
color: #A8DFEE;
}
</style>
background-color css
<style>
a { background-color: #A8DFEE; }
a { background-color: rgb(168,223,238); }
div.DivClassName
{
background-color: #A8DFEE;
}
.BgClassName
{
background-color: #A8DFEE;
}
</style>
border-color css
<style>
span { border-color: #A8DFEE; }
span { border-color: rgb(168,223,238); }
td.TdClassName
{
border-color: #A8DFEE;
}
.TagClassName
{
border-color: #A8DFEE;
}
</style>