Shades of Blizzard Blue #A5DDEE
Tints of Blizzard Blue #A5DDEE
RGB
CMYK
RGB Variations
Color information
#A5DDEE (or 0xA5DDEE) is known color: Blizzard Blue. HEX triplet: A5, DD and EE. RGB value is (165,221,238). Sum of RGB (Red+Green+Blue) = 165+221+238=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5DDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDEE is #5A2211. Grayscale: #CECECE. Windows color (decimal): -5906962 or 15654309. OLE color: 15654309.
HSL color Cylindrical-coordinate representation of color #A5DDEE: hue angle of 193.97º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5DDEE is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 221 | 238 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.07 |
| HSL | 193.97º | 0.68% | 0.79% | - |
| HSV(B) | 193.97º | 0.31% | 0.93% | - |
| XYZ | 56.81 | 65.89 | 90.61 | - |
| YUV | 206.19 | 145.95 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 221 | 238 | 0.31 | 0.07 | 0 | 0.07 | 193.97 | 0.68 | 0.79 |
| Hex | A5 | DD | EE | 1F | 7 | 0 | 7 | C2 | 44 | 4F |
| Octal | 245 | 335 | 356 | 37 | 7 | 0 | 7 | 302 | 104 | 117 |
| Binary | 10100101 | 11011101 | 11101110 | 11111 | 111 | 0 | 111 | 11000010 | 1000100 | 1001111 |
Color Harmonies of #A5DDEE
Complementary color
Monochromatic Colors of #A5DDEE
Black with #A5DDEE
Text Example
Text Example
White with #A5DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DDEE; }
p { color: rgb(165,221,238); }
H1.HeaderClassName
{
color: #A5DDEE;
}
.AnyTagClassName
{
color: #A5DDEE;
}
</style>
background-color css
<style>
a { background-color: #A5DDEE; }
a { background-color: rgb(165,221,238); }
div.DivClassName
{
background-color: #A5DDEE;
}
.BgClassName
{
background-color: #A5DDEE;
}
</style>
border-color css
<style>
span { border-color: #A5DDEE; }
span { border-color: rgb(165,221,238); }
td.TdClassName
{
border-color: #A5DDEE;
}
.TagClassName
{
border-color: #A5DDEE;
}
</style>