Shades of Blizzard Blue #A3F1FE
Tints of Blizzard Blue #A3F1FE
RGB
CMYK
RGB Variations
Color information
#A3F1FE (or 0xA3F1FE) is known color: Blizzard Blue. HEX triplet: A3, F1 and FE. RGB value is (163,241,254). Sum of RGB (Red+Green+Blue) = 163+241+254=658 (87% of max value = 765). Red value is 163 (64.06% from 255 or 24.77% from 658); Green value is 241 (94.53% from 255 or 36.63% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3F1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A3F1FE is #5C0E01. Grayscale: #DBDBDB. Windows color (decimal): -6032898 or 16708003. OLE color: 16708003.
HSL color Cylindrical-coordinate representation of color #A3F1FE: hue angle of 188.57º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3F1FE is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 241 | 254 | - |
| CMYK | 0.36 | 0.05 | 0 | 0.00 |
| HSL | 188.57º | 0.98% | 0.82% | - |
| HSV(B) | 188.57º | 0.36% | 1% | - |
| XYZ | 64.45 | 77.85 | 105.4 | - |
| YUV | 219.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 241 | 254 | 0.36 | 0.05 | 0 | 0.00 | 188.57 | 0.98 | 0.82 |
| Hex | A3 | F1 | FE | 24 | 5 | 0 | 0 | BD | 62 | 52 |
| Octal | 243 | 361 | 376 | 44 | 5 | 0 | 0 | 275 | 142 | 122 |
| Binary | 10100011 | 11110001 | 11111110 | 100100 | 101 | 0 | 0 | 10111101 | 1100010 | 1010010 |
Color Harmonies of #A3F1FE
Complementary color
Monochromatic Colors of #A3F1FE
Black with #A3F1FE
Text Example
Text Example
White with #A3F1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F1FE; }
p { color: rgb(163,241,254); }
H1.HeaderClassName
{
color: #A3F1FE;
}
.AnyTagClassName
{
color: #A3F1FE;
}
</style>
background-color css
<style>
a { background-color: #A3F1FE; }
a { background-color: rgb(163,241,254); }
div.DivClassName
{
background-color: #A3F1FE;
}
.BgClassName
{
background-color: #A3F1FE;
}
</style>
border-color css
<style>
span { border-color: #A3F1FE; }
span { border-color: rgb(163,241,254); }
td.TdClassName
{
border-color: #A3F1FE;
}
.TagClassName
{
border-color: #A3F1FE;
}
</style>