Shades of Light Blue #AED3E6
Tints of Light Blue #AED3E6
RGB
CMYK
RGB Variations
Color information
#AED3E6 (or 0xAED3E6) is known color: Light Blue. HEX triplet: AE, D3 and E6. RGB value is (174,211,230). Sum of RGB (Red+Green+Blue) = 174+211+230=615 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.29% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #AED3E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED3E6 is #512C19. Grayscale: #C9C9C9. Windows color (decimal): -5319706 or 15127470. OLE color: 15127470.
HSL color Cylindrical-coordinate representation of color #AED3E6: hue angle of 200.36º 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 #AED3E6 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 211 | 230 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.10 |
| HSL | 200.36º | 0.53% | 0.79% | - |
| HSV(B) | 200.36º | 0.24% | 0.9% | - |
| XYZ | 55.03 | 61.3 | 83.79 | - |
| YUV | 202.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 230 | 0.24 | 0.08 | 0 | 0.10 | 200.36 | 0.53 | 0.79 |
| Hex | AE | D3 | E6 | 18 | 8 | 0 | A | C8 | 35 | 4F |
| Octal | 256 | 323 | 346 | 30 | 10 | 0 | 12 | 310 | 65 | 117 |
| Binary | 10101110 | 11010011 | 11100110 | 11000 | 1000 | 0 | 1010 | 11001000 | 110101 | 1001111 |
Color Harmonies of #AED3E6
Complementary color
Monochromatic Colors of #AED3E6
Black with #AED3E6
Text Example
Text Example
White with #AED3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED3E6; }
p { color: rgb(174,211,230); }
H1.HeaderClassName
{
color: #AED3E6;
}
.AnyTagClassName
{
color: #AED3E6;
}
</style>
background-color css
<style>
a { background-color: #AED3E6; }
a { background-color: rgb(174,211,230); }
div.DivClassName
{
background-color: #AED3E6;
}
.BgClassName
{
background-color: #AED3E6;
}
</style>
border-color css
<style>
span { border-color: #AED3E6; }
span { border-color: rgb(174,211,230); }
td.TdClassName
{
border-color: #AED3E6;
}
.TagClassName
{
border-color: #AED3E6;
}
</style>