Shades of Blizzard Blue #ADEBFD
Tints of Blizzard Blue #ADEBFD
RGB
CMYK
RGB Variations
Color information
#ADEBFD (or 0xADEBFD) is known color: Blizzard Blue. HEX triplet: AD, EB and FD. RGB value is (173,235,253). Sum of RGB (Red+Green+Blue) = 173+235+253=661 (87% of max value = 765). Red value is 173 (67.97% from 255 or 26.17% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 253 (99.22% from 255 or 38.28% from 661); Max value from RGB is 253 - color contains mainly: blue. Hex color #ADEBFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADEBFD is #521402. Grayscale: #DADADA. Windows color (decimal): -5379075 or 16640941. OLE color: 16640941.
HSL color Cylindrical-coordinate representation of color #ADEBFD: hue angle of 193.5º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADEBFD is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 235 | 253 | - |
CMYK | 0.32 | 0.07 | 0 | 0.01 |
HSL | 193.5º | 0.95% | 0.84% | - |
HSV(B) | 193.5º | 0.32% | 0.99% | - |
XYZ | 64.67 | 75.39 | 104.07 | - |
YUV | 218.51 | 147.46 | 95.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 235 | 253 | 0.32 | 0.07 | 0 | 0.01 | 193.5 | 0.95 | 0.84 |
Hex | AD | EB | FD | 20 | 7 | 0 | 1 | C2 | 5F | 54 |
Octal | 255 | 353 | 375 | 40 | 7 | 0 | 1 | 302 | 137 | 124 |
Binary | 10101101 | 11101011 | 11111101 | 100000 | 111 | 0 | 1 | 11000010 | 1011111 | 1010100 |
Color Harmonies of #ADEBFD
Complementary color
Monochromatic Colors of #ADEBFD
Black with #ADEBFD
Text Example
Text Example
White with #ADEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEBFD; }
p { color: rgb(173,235,253); }
H1.HeaderClassName
{
color: #ADEBFD;
}
.AnyTagClassName
{
color: #ADEBFD;
}
</style>
background-color css
<style>
a { background-color: #ADEBFD; }
a { background-color: rgb(173,235,253); }
div.DivClassName
{
background-color: #ADEBFD;
}
.BgClassName
{
background-color: #ADEBFD;
}
</style>
border-color css
<style>
span { border-color: #ADEBFD; }
span { border-color: rgb(173,235,253); }
td.TdClassName
{
border-color: #ADEBFD;
}
.TagClassName
{
border-color: #ADEBFD;
}
</style>