Shades of Light Blue #AEDDF6
Tints of Light Blue #AEDDF6
RGB
CMYK
RGB Variations
Color information
#AEDDF6 (or 0xAEDDF6) is known color: Light Blue. HEX triplet: AE, DD and F6. RGB value is (174,221,246). Sum of RGB (Red+Green+Blue) = 174+221+246=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 246 (96.48% from 255 or 38.38% from 641); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEDDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF6 is #512209. Grayscale: #D1D1D1. Windows color (decimal): -5317130 or 16178606. OLE color: 16178606.
HSL color Cylindrical-coordinate representation of color #AEDDF6: hue angle of 200.83º 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 #AEDDF6 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 221 | 246 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.04 |
| HSL | 200.83º | 0.8% | 0.82% | - |
| HSV(B) | 200.83º | 0.29% | 0.96% | - |
| XYZ | 59.95 | 67.37 | 97.03 | - |
| YUV | 209.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 246 | 0.29 | 0.10 | 0 | 0.04 | 200.83 | 0.8 | 0.82 |
| Hex | AE | DD | F6 | 1D | A | 0 | 4 | C9 | 50 | 52 |
| Octal | 256 | 335 | 366 | 35 | 12 | 0 | 4 | 311 | 120 | 122 |
| Binary | 10101110 | 11011101 | 11110110 | 11101 | 1010 | 0 | 100 | 11001001 | 1010000 | 1010010 |
Color Harmonies of #AEDDF6
Complementary color
Monochromatic Colors of #AEDDF6
Black with #AEDDF6
Text Example
Text Example
White with #AEDDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDF6; }
p { color: rgb(174,221,246); }
H1.HeaderClassName
{
color: #AEDDF6;
}
.AnyTagClassName
{
color: #AEDDF6;
}
</style>
background-color css
<style>
a { background-color: #AEDDF6; }
a { background-color: rgb(174,221,246); }
div.DivClassName
{
background-color: #AEDDF6;
}
.BgClassName
{
background-color: #AEDDF6;
}
</style>
border-color css
<style>
span { border-color: #AEDDF6; }
span { border-color: rgb(174,221,246); }
td.TdClassName
{
border-color: #AEDDF6;
}
.TagClassName
{
border-color: #AEDDF6;
}
</style>