Shades of Light Blue #AEDEF6
Tints of Light Blue #AEDEF6
RGB
CMYK
RGB Variations
Color information
#AEDEF6 (or 0xAEDEF6) is known color: Light Blue. HEX triplet: AE, DE and F6. RGB value is (174,222,246). Sum of RGB (Red+Green+Blue) = 174+222+246=642 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.10% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 246 (96.48% from 255 or 38.32% from 642); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEDEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEF6 is #512109. Grayscale: #D2D2D2. Windows color (decimal): -5316874 or 16178862. OLE color: 16178862.
HSL color Cylindrical-coordinate representation of color #AEDEF6: hue angle of 200º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDEF6 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 222 | 246 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.04 |
| HSL | 200º | 0.8% | 0.82% | - |
| HSV(B) | 200º | 0.29% | 0.96% | - |
| XYZ | 60.21 | 67.9 | 97.12 | - |
| YUV | 210.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 246 | 0.29 | 0.10 | 0 | 0.04 | 200 | 0.8 | 0.82 |
| Hex | AE | DE | F6 | 1D | A | 0 | 4 | C8 | 50 | 52 |
| Octal | 256 | 336 | 366 | 35 | 12 | 0 | 4 | 310 | 120 | 122 |
| Binary | 10101110 | 11011110 | 11110110 | 11101 | 1010 | 0 | 100 | 11001000 | 1010000 | 1010010 |
Color Harmonies of #AEDEF6
Complementary color
Monochromatic Colors of #AEDEF6
Black with #AEDEF6
Text Example
Text Example
White with #AEDEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEF6; }
p { color: rgb(174,222,246); }
H1.HeaderClassName
{
color: #AEDEF6;
}
.AnyTagClassName
{
color: #AEDEF6;
}
</style>
background-color css
<style>
a { background-color: #AEDEF6; }
a { background-color: rgb(174,222,246); }
div.DivClassName
{
background-color: #AEDEF6;
}
.BgClassName
{
background-color: #AEDEF6;
}
</style>
border-color css
<style>
span { border-color: #AEDEF6; }
span { border-color: rgb(174,222,246); }
td.TdClassName
{
border-color: #AEDEF6;
}
.TagClassName
{
border-color: #AEDEF6;
}
</style>