Shades of Blizzard Blue #A5EAEE
Tints of Blizzard Blue #A5EAEE
RGB
CMYK
RGB Variations
Color information
#A5EAEE (or 0xA5EAEE) is known color: Blizzard Blue. HEX triplet: A5, EA and EE. RGB value is (165,234,238). Sum of RGB (Red+Green+Blue) = 165+234+238=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5EAEE is #5A1511. Grayscale: #D5D5D5. Windows color (decimal): -5903634 or 15657637. OLE color: 15657637.
HSL color Cylindrical-coordinate representation of color #A5EAEE: hue angle of 183.29º 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 #A5EAEE is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 234 | 238 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.07 |
| HSL | 183.29º | 0.68% | 0.79% | - |
| HSV(B) | 183.29º | 0.31% | 0.93% | - |
| XYZ | 60.37 | 73.02 | 91.8 | - |
| YUV | 213.83 | 141.64 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 238 | 0.31 | 0.02 | 0 | 0.07 | 183.29 | 0.68 | 0.79 |
| Hex | A5 | EA | EE | 1F | 2 | 0 | 7 | B7 | 44 | 4F |
| Octal | 245 | 352 | 356 | 37 | 2 | 0 | 7 | 267 | 104 | 117 |
| Binary | 10100101 | 11101010 | 11101110 | 11111 | 10 | 0 | 111 | 10110111 | 1000100 | 1001111 |
Color Harmonies of #A5EAEE
Complementary color
Monochromatic Colors of #A5EAEE
Black with #A5EAEE
Text Example
Text Example
White with #A5EAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAEE; }
p { color: rgb(165,234,238); }
H1.HeaderClassName
{
color: #A5EAEE;
}
.AnyTagClassName
{
color: #A5EAEE;
}
</style>
background-color css
<style>
a { background-color: #A5EAEE; }
a { background-color: rgb(165,234,238); }
div.DivClassName
{
background-color: #A5EAEE;
}
.BgClassName
{
background-color: #A5EAEE;
}
</style>
border-color css
<style>
span { border-color: #A5EAEE; }
span { border-color: rgb(165,234,238); }
td.TdClassName
{
border-color: #A5EAEE;
}
.TagClassName
{
border-color: #A5EAEE;
}
</style>