Shades of Blizzard Blue #ADEAFB
Tints of Blizzard Blue #ADEAFB
RGB
CMYK
RGB Variations
Color information
#ADEAFB (or 0xADEAFB) is known color: Blizzard Blue. HEX triplet: AD, EA and FB. RGB value is (173,234,251). Sum of RGB (Red+Green+Blue) = 173+234+251=658 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.29% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 251 (98.44% from 255 or 38.15% from 658); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADEAFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEAFB is #521504. Grayscale: #D9D9D9. Windows color (decimal): -5379333 or 16509613. OLE color: 16509613.
HSL color Cylindrical-coordinate representation of color #ADEAFB: hue angle of 193.08º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADEAFB is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 173 | 234 | 251 | - |
CMYK | 0.31 | 0.07 | 0 | 0.02 |
HSL | 193.08º | 0.91% | 0.83% | - |
HSV(B) | 193.08º | 0.31% | 0.98% | - |
XYZ | 64.07 | 74.69 | 102.31 | - |
YUV | 217.7 | 146.79 | 96.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 234 | 251 | 0.31 | 0.07 | 0 | 0.02 | 193.08 | 0.91 | 0.83 |
Hex | AD | EA | FB | 1F | 7 | 0 | 2 | C1 | 5B | 53 |
Octal | 255 | 352 | 373 | 37 | 7 | 0 | 2 | 301 | 133 | 123 |
Binary | 10101101 | 11101010 | 11111011 | 11111 | 111 | 0 | 10 | 11000001 | 1011011 | 1010011 |
Color Harmonies of #ADEAFB
Complementary color
Monochromatic Colors of #ADEAFB
Black with #ADEAFB
Text Example
Text Example
White with #ADEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEAFB; }
p { color: rgb(173,234,251); }
H1.HeaderClassName
{
color: #ADEAFB;
}
.AnyTagClassName
{
color: #ADEAFB;
}
</style>
background-color css
<style>
a { background-color: #ADEAFB; }
a { background-color: rgb(173,234,251); }
div.DivClassName
{
background-color: #ADEAFB;
}
.BgClassName
{
background-color: #ADEAFB;
}
</style>
border-color css
<style>
span { border-color: #ADEAFB; }
span { border-color: rgb(173,234,251); }
td.TdClassName
{
border-color: #ADEAFB;
}
.TagClassName
{
border-color: #ADEAFB;
}
</style>