Shades of Light Blue #AED4EA
Tints of Light Blue #AED4EA
RGB
CMYK
RGB Variations
Color information
#AED4EA (or 0xAED4EA) is known color: Light Blue. HEX triplet: AE, D4 and EA. RGB value is (174,212,234). Sum of RGB (Red+Green+Blue) = 174+212+234=620 (82% of max value = 765). Red value is 174 (68.36% from 255 or 28.06% from 620); Green value is 212 (83.20% from 255 or 34.19% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #AED4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED4EA is #512B15. Grayscale: #CBCBCB. Windows color (decimal): -5319446 or 15389870. OLE color: 15389870.
HSL color Cylindrical-coordinate representation of color #AED4EA: hue angle of 202º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AED4EA is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 212 | 234 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.08 |
| HSL | 202º | 0.59% | 0.8% | - |
| HSV(B) | 202º | 0.26% | 0.92% | - |
| XYZ | 55.85 | 62.03 | 86.87 | - |
| YUV | 203.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 234 | 0.26 | 0.09 | 0 | 0.08 | 202 | 0.59 | 0.8 |
| Hex | AE | D4 | EA | 1A | 9 | 0 | 8 | CA | 3B | 50 |
| Octal | 256 | 324 | 352 | 32 | 11 | 0 | 10 | 312 | 73 | 120 |
| Binary | 10101110 | 11010100 | 11101010 | 11010 | 1001 | 0 | 1000 | 11001010 | 111011 | 1010000 |
Color Harmonies of #AED4EA
Complementary color
Monochromatic Colors of #AED4EA
Black with #AED4EA
Text Example
Text Example
White with #AED4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4EA; }
p { color: rgb(174,212,234); }
H1.HeaderClassName
{
color: #AED4EA;
}
.AnyTagClassName
{
color: #AED4EA;
}
</style>
background-color css
<style>
a { background-color: #AED4EA; }
a { background-color: rgb(174,212,234); }
div.DivClassName
{
background-color: #AED4EA;
}
.BgClassName
{
background-color: #AED4EA;
}
</style>
border-color css
<style>
span { border-color: #AED4EA; }
span { border-color: rgb(174,212,234); }
td.TdClassName
{
border-color: #AED4EA;
}
.TagClassName
{
border-color: #AED4EA;
}
</style>