Shades of Blizzard Blue #A1DCEF
Tints of Blizzard Blue #A1DCEF
RGB
CMYK
RGB Variations
Color information
#A1DCEF (or 0xA1DCEF) is known color: Blizzard Blue. HEX triplet: A1, DC and EF. RGB value is (161,220,239). Sum of RGB (Red+Green+Blue) = 161+220+239=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1DCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCEF is #5E2310. Grayscale: #CCCCCC. Windows color (decimal): -6169361 or 15719585. OLE color: 15719585.
HSL color Cylindrical-coordinate representation of color #A1DCEF: hue angle of 194.62º 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 #A1DCEF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 220 | 239 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.06 |
| HSL | 194.62º | 0.71% | 0.78% | - |
| HSV(B) | 194.62º | 0.33% | 0.94% | - |
| XYZ | 55.87 | 65 | 91.26 | - |
| YUV | 204.53 | 147.45 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 239 | 0.33 | 0.08 | 0 | 0.06 | 194.62 | 0.71 | 0.78 |
| Hex | A1 | DC | EF | 21 | 8 | 0 | 6 | C3 | 47 | 4E |
| Octal | 241 | 334 | 357 | 41 | 10 | 0 | 6 | 303 | 107 | 116 |
| Binary | 10100001 | 11011100 | 11101111 | 100001 | 1000 | 0 | 110 | 11000011 | 1000111 | 1001110 |
Color Harmonies of #A1DCEF
Complementary color
Monochromatic Colors of #A1DCEF
Black with #A1DCEF
Text Example
Text Example
White with #A1DCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCEF; }
p { color: rgb(161,220,239); }
H1.HeaderClassName
{
color: #A1DCEF;
}
.AnyTagClassName
{
color: #A1DCEF;
}
</style>
background-color css
<style>
a { background-color: #A1DCEF; }
a { background-color: rgb(161,220,239); }
div.DivClassName
{
background-color: #A1DCEF;
}
.BgClassName
{
background-color: #A1DCEF;
}
</style>
border-color css
<style>
span { border-color: #A1DCEF; }
span { border-color: rgb(161,220,239); }
td.TdClassName
{
border-color: #A1DCEF;
}
.TagClassName
{
border-color: #A1DCEF;
}
</style>