Shades of Light Blue #AED2E6
Tints of Light Blue #AED2E6
RGB
CMYK
RGB Variations
Color information
#AED2E6 (or 0xAED2E6) is known color: Light Blue. HEX triplet: AE, D2 and E6. RGB value is (174,210,230). Sum of RGB (Red+Green+Blue) = 174+210+230=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #AED2E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED2E6 is #512D19. Grayscale: #C9C9C9. Windows color (decimal): -5319962 or 15127214. OLE color: 15127214.
HSL color Cylindrical-coordinate representation of color #AED2E6: hue angle of 201.43º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AED2E6 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 210 | 230 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.10 |
| HSL | 201.43º | 0.53% | 0.79% | - |
| HSV(B) | 201.43º | 0.24% | 0.9% | - |
| XYZ | 54.79 | 60.81 | 83.71 | - |
| YUV | 201.52 | 144.07 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 230 | 0.24 | 0.09 | 0 | 0.10 | 201.43 | 0.53 | 0.79 |
| Hex | AE | D2 | E6 | 18 | 9 | 0 | A | C9 | 35 | 4F |
| Octal | 256 | 322 | 346 | 30 | 11 | 0 | 12 | 311 | 65 | 117 |
| Binary | 10101110 | 11010010 | 11100110 | 11000 | 1001 | 0 | 1010 | 11001001 | 110101 | 1001111 |
Color Harmonies of #AED2E6
Complementary color
Monochromatic Colors of #AED2E6
Black with #AED2E6
Text Example
Text Example
White with #AED2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2E6; }
p { color: rgb(174,210,230); }
H1.HeaderClassName
{
color: #AED2E6;
}
.AnyTagClassName
{
color: #AED2E6;
}
</style>
background-color css
<style>
a { background-color: #AED2E6; }
a { background-color: rgb(174,210,230); }
div.DivClassName
{
background-color: #AED2E6;
}
.BgClassName
{
background-color: #AED2E6;
}
</style>
border-color css
<style>
span { border-color: #AED2E6; }
span { border-color: rgb(174,210,230); }
td.TdClassName
{
border-color: #AED2E6;
}
.TagClassName
{
border-color: #AED2E6;
}
</style>