Shades of Blizzard Blue #A5E9EE
Tints of Blizzard Blue #A5E9EE
RGB
CMYK
RGB Variations
Color information
#A5E9EE (or 0xA5E9EE) is known color: Blizzard Blue. HEX triplet: A5, E9 and EE. RGB value is (165,233,238). Sum of RGB (Red+Green+Blue) = 165+233+238=636 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.94% from 636); Green value is 233 (91.41% from 255 or 36.64% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5E9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E9EE is #5A1611. Grayscale: #D5D5D5. Windows color (decimal): -5903890 or 15657381. OLE color: 15657381.
HSL color Cylindrical-coordinate representation of color #A5E9EE: hue angle of 184.11º 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 #A5E9EE is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 233 | 238 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.07 |
| HSL | 184.11º | 0.68% | 0.79% | - |
| HSV(B) | 184.11º | 0.31% | 0.93% | - |
| XYZ | 60.09 | 72.45 | 91.71 | - |
| YUV | 213.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 238 | 0.31 | 0.02 | 0 | 0.07 | 184.11 | 0.68 | 0.79 |
| Hex | A5 | E9 | EE | 1F | 2 | 0 | 7 | B8 | 44 | 4F |
| Octal | 245 | 351 | 356 | 37 | 2 | 0 | 7 | 270 | 104 | 117 |
| Binary | 10100101 | 11101001 | 11101110 | 11111 | 10 | 0 | 111 | 10111000 | 1000100 | 1001111 |
Color Harmonies of #A5E9EE
Complementary color
Monochromatic Colors of #A5E9EE
Black with #A5E9EE
Text Example
Text Example
White with #A5E9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9EE; }
p { color: rgb(165,233,238); }
H1.HeaderClassName
{
color: #A5E9EE;
}
.AnyTagClassName
{
color: #A5E9EE;
}
</style>
background-color css
<style>
a { background-color: #A5E9EE; }
a { background-color: rgb(165,233,238); }
div.DivClassName
{
background-color: #A5E9EE;
}
.BgClassName
{
background-color: #A5E9EE;
}
</style>
border-color css
<style>
span { border-color: #A5E9EE; }
span { border-color: rgb(165,233,238); }
td.TdClassName
{
border-color: #A5E9EE;
}
.TagClassName
{
border-color: #A5E9EE;
}
</style>