Shades of Blizzard Blue #A1DFEF
Tints of Blizzard Blue #A1DFEF
RGB
CMYK
RGB Variations
Color information
#A1DFEF (or 0xA1DFEF) is known color: Blizzard Blue. HEX triplet: A1, DF and EF. RGB value is (161,223,239). Sum of RGB (Red+Green+Blue) = 161+223+239=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 223 (87.5% from 255 or 35.79% from 623); Blue value is 239 (93.75% from 255 or 38.36% from 623); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1DFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DFEF is #5E2010. Grayscale: #CECECE. Windows color (decimal): -6168593 or 15720353. OLE color: 15720353.
HSL color Cylindrical-coordinate representation of color #A1DFEF: hue angle of 192.31º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1DFEF is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 223 | 239 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.06 |
| HSL | 192.31º | 0.71% | 0.78% | - |
| HSV(B) | 192.31º | 0.33% | 0.94% | - |
| XYZ | 56.67 | 66.58 | 91.53 | - |
| YUV | 206.29 | 146.46 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 239 | 0.33 | 0.07 | 0 | 0.06 | 192.31 | 0.71 | 0.78 |
| Hex | A1 | DF | EF | 21 | 7 | 0 | 6 | C0 | 47 | 4E |
| Octal | 241 | 337 | 357 | 41 | 7 | 0 | 6 | 300 | 107 | 116 |
| Binary | 10100001 | 11011111 | 11101111 | 100001 | 111 | 0 | 110 | 11000000 | 1000111 | 1001110 |
Color Harmonies of #A1DFEF
Complementary color
Monochromatic Colors of #A1DFEF
Black with #A1DFEF
Text Example
Text Example
White with #A1DFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DFEF; }
p { color: rgb(161,223,239); }
H1.HeaderClassName
{
color: #A1DFEF;
}
.AnyTagClassName
{
color: #A1DFEF;
}
</style>
background-color css
<style>
a { background-color: #A1DFEF; }
a { background-color: rgb(161,223,239); }
div.DivClassName
{
background-color: #A1DFEF;
}
.BgClassName
{
background-color: #A1DFEF;
}
</style>
border-color css
<style>
span { border-color: #A1DFEF; }
span { border-color: rgb(161,223,239); }
td.TdClassName
{
border-color: #A1DFEF;
}
.TagClassName
{
border-color: #A1DFEF;
}
</style>