Shades of Blizzard Blue #A5F1FF
Tints of Blizzard Blue #A5F1FF
RGB
CMYK
RGB Variations
Color information
#A5F1FF (or 0xA5F1FF) is known color: Blizzard Blue. HEX triplet: A5, F1 and FF. RGB value is (165,241,255). Sum of RGB (Red+Green+Blue) = 165+241+255=661 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.96% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5F1FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F1FF is #5A0E00. Grayscale: #DBDBDB. Windows color (decimal): -5901825 or 16773541. OLE color: 16773541.
HSL color Cylindrical-coordinate representation of color #A5F1FF: hue angle of 189.33º 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 #A5F1FF is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 241 | 255 | - |
| CMYK | 0.35 | 0.05 | 0 | 0 |
| HSL | 189.33º | 1% | 0.82% | - |
| HSV(B) | 189.33º | 0.35% | 1% | - |
| XYZ | 65.02 | 78.13 | 106.26 | - |
| YUV | 219.87 | 147.82 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 241 | 255 | 0.35 | 0.05 | 0 | 0 | 189.33 | 1 | 0.82 |
| Hex | A5 | F1 | FF | 23 | 5 | 0 | 0 | BD | 64 | 52 |
| Octal | 245 | 361 | 377 | 43 | 5 | 0 | 0 | 275 | 144 | 122 |
| Binary | 10100101 | 11110001 | 11111111 | 100011 | 101 | 0 | 0 | 10111101 | 1100100 | 1010010 |
Color Harmonies of #A5F1FF
Complementary color
Monochromatic Colors of #A5F1FF
Black with #A5F1FF
Text Example
Text Example
White with #A5F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F1FF; }
p { color: rgb(165,241,255); }
H1.HeaderClassName
{
color: #A5F1FF;
}
.AnyTagClassName
{
color: #A5F1FF;
}
</style>
background-color css
<style>
a { background-color: #A5F1FF; }
a { background-color: rgb(165,241,255); }
div.DivClassName
{
background-color: #A5F1FF;
}
.BgClassName
{
background-color: #A5F1FF;
}
</style>
border-color css
<style>
span { border-color: #A5F1FF; }
span { border-color: rgb(165,241,255); }
td.TdClassName
{
border-color: #A5F1FF;
}
.TagClassName
{
border-color: #A5F1FF;
}
</style>