Shades of Blizzard Blue #A0F1FD
Tints of Blizzard Blue #A0F1FD
RGB
CMYK
RGB Variations
Color information
#A0F1FD (or 0xA0F1FD) is known color: Blizzard Blue. HEX triplet: A0, F1 and FD. RGB value is (160,241,253). Sum of RGB (Red+Green+Blue) = 160+241+253=654 (86% of max value = 765). Red value is 160 (62.89% from 255 or 24.46% from 654); Green value is 241 (94.53% from 255 or 36.85% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0F1FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0F1FD is #5F0E02. Grayscale: #DADADA. Windows color (decimal): -6229507 or 16642464. OLE color: 16642464.
HSL color Cylindrical-coordinate representation of color #A0F1FD: hue angle of 187.74º 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 #A0F1FD is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 241 | 253 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.01 |
| HSL | 187.74º | 0.96% | 0.81% | - |
| HSV(B) | 187.74º | 0.37% | 0.99% | - |
| XYZ | 63.68 | 77.48 | 104.53 | - |
| YUV | 218.15 | 147.66 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 253 | 0.37 | 0.05 | 0 | 0.01 | 187.74 | 0.96 | 0.81 |
| Hex | A0 | F1 | FD | 25 | 5 | 0 | 1 | BC | 60 | 51 |
| Octal | 240 | 361 | 375 | 45 | 5 | 0 | 1 | 274 | 140 | 121 |
| Binary | 10100000 | 11110001 | 11111101 | 100101 | 101 | 0 | 1 | 10111100 | 1100000 | 1010001 |
Color Harmonies of #A0F1FD
Complementary color
Monochromatic Colors of #A0F1FD
Black with #A0F1FD
Text Example
Text Example
White with #A0F1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F1FD; }
p { color: rgb(160,241,253); }
H1.HeaderClassName
{
color: #A0F1FD;
}
.AnyTagClassName
{
color: #A0F1FD;
}
</style>
background-color css
<style>
a { background-color: #A0F1FD; }
a { background-color: rgb(160,241,253); }
div.DivClassName
{
background-color: #A0F1FD;
}
.BgClassName
{
background-color: #A0F1FD;
}
</style>
border-color css
<style>
span { border-color: #A0F1FD; }
span { border-color: rgb(160,241,253); }
td.TdClassName
{
border-color: #A0F1FD;
}
.TagClassName
{
border-color: #A0F1FD;
}
</style>