Shades of Blizzard Blue #A5F0FF
Tints of Blizzard Blue #A5F0FF
RGB
CMYK
RGB Variations
Color information
#A5F0FF (or 0xA5F0FF) is known color: Blizzard Blue. HEX triplet: A5, F0 and FF. RGB value is (165,240,255). Sum of RGB (Red+Green+Blue) = 165+240+255=660 (87% of max value = 765). Red value is 165 (64.84% from 255 or 25% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5F0FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F0FF is #5A0F00. Grayscale: #DBDBDB. Windows color (decimal): -5902081 or 16773285. OLE color: 16773285.
HSL color Cylindrical-coordinate representation of color #A5F0FF: hue angle of 190º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5F0FF is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 240 | 255 | - |
| CMYK | 0.35 | 0.06 | 0 | 0 |
| HSL | 190º | 1% | 0.82% | - |
| HSV(B) | 190º | 0.35% | 1% | - |
| XYZ | 64.73 | 77.54 | 106.16 | - |
| YUV | 219.29 | 148.15 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 240 | 255 | 0.35 | 0.06 | 0 | 0 | 190 | 1 | 0.82 |
| Hex | A5 | F0 | FF | 23 | 6 | 0 | 0 | BE | 64 | 52 |
| Octal | 245 | 360 | 377 | 43 | 6 | 0 | 0 | 276 | 144 | 122 |
| Binary | 10100101 | 11110000 | 11111111 | 100011 | 110 | 0 | 0 | 10111110 | 1100100 | 1010010 |
Color Harmonies of #A5F0FF
Complementary color
Monochromatic Colors of #A5F0FF
Black with #A5F0FF
Text Example
Text Example
White with #A5F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F0FF; }
p { color: rgb(165,240,255); }
H1.HeaderClassName
{
color: #A5F0FF;
}
.AnyTagClassName
{
color: #A5F0FF;
}
</style>
background-color css
<style>
a { background-color: #A5F0FF; }
a { background-color: rgb(165,240,255); }
div.DivClassName
{
background-color: #A5F0FF;
}
.BgClassName
{
background-color: #A5F0FF;
}
</style>
border-color css
<style>
span { border-color: #A5F0FF; }
span { border-color: rgb(165,240,255); }
td.TdClassName
{
border-color: #A5F0FF;
}
.TagClassName
{
border-color: #A5F0FF;
}
</style>