Shades of Light Blue #AED5E2
Tints of Light Blue #AED5E2
RGB
CMYK
RGB Variations
Color information
#AED5E2 (or 0xAED5E2) is known color: Light Blue. HEX triplet: AE, D5 and E2. RGB value is (174,213,226). Sum of RGB (Red+Green+Blue) = 174+213+226=613 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.38% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 226 (88.67% from 255 or 36.87% from 613); Max value from RGB is 226 - color contains mainly: blue. Hex color #AED5E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED5E2 is #512A1D. Grayscale: #CACACA. Windows color (decimal): -5319198 or 14865838. OLE color: 14865838.
HSL color Cylindrical-coordinate representation of color #AED5E2: hue angle of 195º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AED5E2 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 174 | 213 | 226 | - |
CMYK | 0.23 | 0.06 | 0 | 0.11 |
HSL | 195º | 0.47% | 0.78% | - |
HSV(B) | 195º | 0.23% | 0.89% | - |
XYZ | 54.98 | 62.08 | 81.04 | - |
YUV | 202.82 | 141.08 | 107.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 213 | 226 | 0.23 | 0.06 | 0 | 0.11 | 195 | 0.47 | 0.78 |
Hex | AE | D5 | E2 | 17 | 6 | 0 | B | C3 | 2F | 4E |
Octal | 256 | 325 | 342 | 27 | 6 | 0 | 13 | 303 | 57 | 116 |
Binary | 10101110 | 11010101 | 11100010 | 10111 | 110 | 0 | 1011 | 11000011 | 101111 | 1001110 |
Color Harmonies of #AED5E2
Complementary color
Monochromatic Colors of #AED5E2
Black with #AED5E2
Text Example
Text Example
White with #AED5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED5E2; }
p { color: rgb(174,213,226); }
H1.HeaderClassName
{
color: #AED5E2;
}
.AnyTagClassName
{
color: #AED5E2;
}
</style>
background-color css
<style>
a { background-color: #AED5E2; }
a { background-color: rgb(174,213,226); }
div.DivClassName
{
background-color: #AED5E2;
}
.BgClassName
{
background-color: #AED5E2;
}
</style>
border-color css
<style>
span { border-color: #AED5E2; }
span { border-color: rgb(174,213,226); }
td.TdClassName
{
border-color: #AED5E2;
}
.TagClassName
{
border-color: #AED5E2;
}
</style>