Shades of Blizzard Blue #AAEAFD
Tints of Blizzard Blue #AAEAFD
RGB
CMYK
RGB Variations
Color information
#AAEAFD (or 0xAAEAFD) is known color: Blizzard Blue. HEX triplet: AA, EA and FD. RGB value is (170,234,253). Sum of RGB (Red+Green+Blue) = 170+234+253=657 (87% of max value = 765). Red value is 170 (66.80% from 255 or 25.88% from 657); Green value is 234 (91.80% from 255 or 35.62% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #AAEAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AAEAFD is #551502. Grayscale: #D8D8D8. Windows color (decimal): -5575939 or 16640682. OLE color: 16640682.
HSL color Cylindrical-coordinate representation of color #AAEAFD: hue angle of 193.73º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAEAFD is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 170 | 234 | 253 | - |
CMYK | 0.33 | 0.08 | 0 | 0.01 |
HSL | 193.73º | 0.95% | 0.83% | - |
HSV(B) | 193.73º | 0.33% | 0.99% | - |
XYZ | 63.73 | 74.48 | 103.95 | - |
YUV | 217.03 | 148.3 | 94.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 234 | 253 | 0.33 | 0.08 | 0 | 0.01 | 193.73 | 0.95 | 0.83 |
Hex | AA | EA | FD | 21 | 8 | 0 | 1 | C2 | 5F | 53 |
Octal | 252 | 352 | 375 | 41 | 10 | 0 | 1 | 302 | 137 | 123 |
Binary | 10101010 | 11101010 | 11111101 | 100001 | 1000 | 0 | 1 | 11000010 | 1011111 | 1010011 |
Color Harmonies of #AAEAFD
Complementary color
Monochromatic Colors of #AAEAFD
Black with #AAEAFD
Text Example
Text Example
White with #AAEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEAFD; }
p { color: rgb(170,234,253); }
H1.HeaderClassName
{
color: #AAEAFD;
}
.AnyTagClassName
{
color: #AAEAFD;
}
</style>
background-color css
<style>
a { background-color: #AAEAFD; }
a { background-color: rgb(170,234,253); }
div.DivClassName
{
background-color: #AAEAFD;
}
.BgClassName
{
background-color: #AAEAFD;
}
</style>
border-color css
<style>
span { border-color: #AAEAFD; }
span { border-color: rgb(170,234,253); }
td.TdClassName
{
border-color: #AAEAFD;
}
.TagClassName
{
border-color: #AAEAFD;
}
</style>