Shades of Blizzard Blue #AEECFE
Tints of Blizzard Blue #AEECFE
RGB
CMYK
RGB Variations
Color information
#AEECFE (or 0xAEECFE) is known color: Blizzard Blue. HEX triplet: AE, EC and FE. RGB value is (174,236,254). Sum of RGB (Red+Green+Blue) = 174+236+254=664 (87% of max value = 765). Red value is 174 (68.36% from 255 or 26.20% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #AEECFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AEECFE is #511301. Grayscale: #DBDBDB. Windows color (decimal): -5313282 or 16706734. OLE color: 16706734.
HSL color Cylindrical-coordinate representation of color #AEECFE: hue angle of 193.5º 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 #AEECFE is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 174 | 236 | 254 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.00 |
| HSL | 193.5º | 0.98% | 0.84% | - |
| HSV(B) | 193.5º | 0.31% | 1% | - |
| XYZ | 65.34 | 76.15 | 105.02 | - |
| YUV | 219.51 | 147.46 | 95.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 254 | 0.31 | 0.07 | 0 | 0.00 | 193.5 | 0.98 | 0.84 |
| Hex | AE | EC | FE | 1F | 7 | 0 | 0 | C2 | 62 | 54 |
| Octal | 256 | 354 | 376 | 37 | 7 | 0 | 0 | 302 | 142 | 124 |
| Binary | 10101110 | 11101100 | 11111110 | 11111 | 111 | 0 | 0 | 11000010 | 1100010 | 1010100 |
Color Harmonies of #AEECFE
Complementary color
Monochromatic Colors of #AEECFE
Black with #AEECFE
Text Example
Text Example
White with #AEECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECFE; }
p { color: rgb(174,236,254); }
H1.HeaderClassName
{
color: #AEECFE;
}
.AnyTagClassName
{
color: #AEECFE;
}
</style>
background-color css
<style>
a { background-color: #AEECFE; }
a { background-color: rgb(174,236,254); }
div.DivClassName
{
background-color: #AEECFE;
}
.BgClassName
{
background-color: #AEECFE;
}
</style>
border-color css
<style>
span { border-color: #AEECFE; }
span { border-color: rgb(174,236,254); }
td.TdClassName
{
border-color: #AEECFE;
}
.TagClassName
{
border-color: #AEECFE;
}
</style>