Shades of Blizzard Blue #A5E6EE
Tints of Blizzard Blue #A5E6EE
RGB
CMYK
RGB Variations
Color information
#A5E6EE (or 0xA5E6EE) is known color: Blizzard Blue. HEX triplet: A5, E6 and EE. RGB value is (165,230,238). Sum of RGB (Red+Green+Blue) = 165+230+238=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #A5E6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5E6EE is #5A1911. Grayscale: #D3D3D3. Windows color (decimal): -5904658 or 15656613. OLE color: 15656613.
HSL color Cylindrical-coordinate representation of color #A5E6EE: hue angle of 186.58º 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 #A5E6EE is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 230 | 238 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.07 |
| HSL | 186.58º | 0.68% | 0.79% | - |
| HSV(B) | 186.58º | 0.31% | 0.93% | - |
| XYZ | 59.25 | 70.77 | 91.43 | - |
| YUV | 211.48 | 142.97 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 238 | 0.31 | 0.03 | 0 | 0.07 | 186.58 | 0.68 | 0.79 |
| Hex | A5 | E6 | EE | 1F | 3 | 0 | 7 | BB | 44 | 4F |
| Octal | 245 | 346 | 356 | 37 | 3 | 0 | 7 | 273 | 104 | 117 |
| Binary | 10100101 | 11100110 | 11101110 | 11111 | 11 | 0 | 111 | 10111011 | 1000100 | 1001111 |
Color Harmonies of #A5E6EE
Complementary color
Monochromatic Colors of #A5E6EE
Black with #A5E6EE
Text Example
Text Example
White with #A5E6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E6EE; }
p { color: rgb(165,230,238); }
H1.HeaderClassName
{
color: #A5E6EE;
}
.AnyTagClassName
{
color: #A5E6EE;
}
</style>
background-color css
<style>
a { background-color: #A5E6EE; }
a { background-color: rgb(165,230,238); }
div.DivClassName
{
background-color: #A5E6EE;
}
.BgClassName
{
background-color: #A5E6EE;
}
</style>
border-color css
<style>
span { border-color: #A5E6EE; }
span { border-color: rgb(165,230,238); }
td.TdClassName
{
border-color: #A5E6EE;
}
.TagClassName
{
border-color: #A5E6EE;
}
</style>