Shades of Blizzard Blue #A0F0FD
Tints of Blizzard Blue #A0F0FD
RGB
CMYK
RGB Variations
Color information
#A0F0FD (or 0xA0F0FD) is known color: Blizzard Blue. HEX triplet: A0, F0 and FD. RGB value is (160,240,253). Sum of RGB (Red+Green+Blue) = 160+240+253=653 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.50% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0F0FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F0FD is #5F0F02. Grayscale: #D9D9D9. Windows color (decimal): -6229763 or 16642208. OLE color: 16642208.
HSL color Cylindrical-coordinate representation of color #A0F0FD: hue angle of 188.39º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0F0FD is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 240 | 253 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.01 |
| HSL | 188.39º | 0.96% | 0.81% | - |
| HSV(B) | 188.39º | 0.37% | 0.99% | - |
| XYZ | 63.39 | 76.89 | 104.43 | - |
| YUV | 217.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 253 | 0.37 | 0.05 | 0 | 0.01 | 188.39 | 0.96 | 0.81 |
| Hex | A0 | F0 | FD | 25 | 5 | 0 | 1 | BC | 60 | 51 |
| Octal | 240 | 360 | 375 | 45 | 5 | 0 | 1 | 274 | 140 | 121 |
| Binary | 10100000 | 11110000 | 11111101 | 100101 | 101 | 0 | 1 | 10111100 | 1100000 | 1010001 |
Color Harmonies of #A0F0FD
Complementary color
Monochromatic Colors of #A0F0FD
Black with #A0F0FD
Text Example
Text Example
White with #A0F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F0FD; }
p { color: rgb(160,240,253); }
H1.HeaderClassName
{
color: #A0F0FD;
}
.AnyTagClassName
{
color: #A0F0FD;
}
</style>
background-color css
<style>
a { background-color: #A0F0FD; }
a { background-color: rgb(160,240,253); }
div.DivClassName
{
background-color: #A0F0FD;
}
.BgClassName
{
background-color: #A0F0FD;
}
</style>
border-color css
<style>
span { border-color: #A0F0FD; }
span { border-color: rgb(160,240,253); }
td.TdClassName
{
border-color: #A0F0FD;
}
.TagClassName
{
border-color: #A0F0FD;
}
</style>