Shades of Blizzard Blue #ADE6F0
Tints of Blizzard Blue #ADE6F0
RGB
CMYK
RGB Variations
Color information
#ADE6F0 (or 0xADE6F0) is known color: Blizzard Blue. HEX triplet: AD, E6 and F0. RGB value is (173,230,240). Sum of RGB (Red+Green+Blue) = 173+230+240=643 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.91% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADE6F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADE6F0 is #52190F. Grayscale: #D6D6D6. Windows color (decimal): -5380368 or 15787693. OLE color: 15787693.
HSL color Cylindrical-coordinate representation of color #ADE6F0: hue angle of 188.96º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADE6F0 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 173 | 230 | 240 | - |
CMYK | 0.28 | 0.04 | 0 | 0.06 |
HSL | 188.96º | 0.69% | 0.81% | - |
HSV(B) | 188.96º | 0.28% | 0.94% | - |
XYZ | 61.26 | 71.77 | 93.06 | - |
YUV | 214.1 | 142.62 | 98.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 230 | 240 | 0.28 | 0.04 | 0 | 0.06 | 188.96 | 0.69 | 0.81 |
Hex | AD | E6 | F0 | 1C | 4 | 0 | 6 | BD | 45 | 51 |
Octal | 255 | 346 | 360 | 34 | 4 | 0 | 6 | 275 | 105 | 121 |
Binary | 10101101 | 11100110 | 11110000 | 11100 | 100 | 0 | 110 | 10111101 | 1000101 | 1010001 |
Color Harmonies of #ADE6F0
Complementary color
Monochromatic Colors of #ADE6F0
Black with #ADE6F0
Text Example
Text Example
White with #ADE6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE6F0; }
p { color: rgb(173,230,240); }
H1.HeaderClassName
{
color: #ADE6F0;
}
.AnyTagClassName
{
color: #ADE6F0;
}
</style>
background-color css
<style>
a { background-color: #ADE6F0; }
a { background-color: rgb(173,230,240); }
div.DivClassName
{
background-color: #ADE6F0;
}
.BgClassName
{
background-color: #ADE6F0;
}
</style>
border-color css
<style>
span { border-color: #ADE6F0; }
span { border-color: rgb(173,230,240); }
td.TdClassName
{
border-color: #ADE6F0;
}
.TagClassName
{
border-color: #ADE6F0;
}
</style>