Shades of Blizzard Blue #AEEAFE
Tints of Blizzard Blue #AEEAFE
RGB
CMYK
RGB Variations
Color information
#AEEAFE (or 0xAEEAFE) is known color: Blizzard Blue. HEX triplet: AE, EA and FE. RGB value is (174,234,254). Sum of RGB (Red+Green+Blue) = 174+234+254=662 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.28% from 662); Green value is 234 (91.80% from 255 or 35.35% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEEAFE is #511501. Grayscale: #DADADA. Windows color (decimal): -5313794 or 16706222. OLE color: 16706222.
HSL color Cylindrical-coordinate representation of color #AEEAFE: hue angle of 195º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEEAFE is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 234 | 254 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.00 |
| HSL | 195º | 0.98% | 0.84% | - |
| HSV(B) | 195º | 0.31% | 1% | - |
| XYZ | 64.77 | 75 | 104.83 | - |
| YUV | 218.34 | 148.12 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 254 | 0.31 | 0.08 | 0 | 0.00 | 195 | 0.98 | 0.84 |
| Hex | AE | EA | FE | 1F | 8 | 0 | 0 | C3 | 62 | 54 |
| Octal | 256 | 352 | 376 | 37 | 10 | 0 | 0 | 303 | 142 | 124 |
| Binary | 10101110 | 11101010 | 11111110 | 11111 | 1000 | 0 | 0 | 11000011 | 1100010 | 1010100 |
Color Harmonies of #AEEAFE
Complementary color
Monochromatic Colors of #AEEAFE
Black with #AEEAFE
Text Example
Text Example
White with #AEEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAFE; }
p { color: rgb(174,234,254); }
H1.HeaderClassName
{
color: #AEEAFE;
}
.AnyTagClassName
{
color: #AEEAFE;
}
</style>
background-color css
<style>
a { background-color: #AEEAFE; }
a { background-color: rgb(174,234,254); }
div.DivClassName
{
background-color: #AEEAFE;
}
.BgClassName
{
background-color: #AEEAFE;
}
</style>
border-color css
<style>
span { border-color: #AEEAFE; }
span { border-color: rgb(174,234,254); }
td.TdClassName
{
border-color: #AEEAFE;
}
.TagClassName
{
border-color: #AEEAFE;
}
</style>