Shades of Light Blue #AED2DE
Tints of Light Blue #AED2DE
RGB
CMYK
RGB Variations
Color information
#AED2DE (or 0xAED2DE) is known color: Light Blue. HEX triplet: AE, D2 and DE. RGB value is (174,210,222). Sum of RGB (Red+Green+Blue) = 174+210+222=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 210 (82.42% from 255 or 34.65% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #AED2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2DE is #512D21. Grayscale: #C8C8C8. Windows color (decimal): -5319970 or 14602926. OLE color: 14602926.
HSL color Cylindrical-coordinate representation of color #AED2DE: hue angle of 195º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED2DE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 210 | 222 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.13 |
| HSL | 195º | 0.42% | 0.78% | - |
| HSV(B) | 195º | 0.22% | 0.87% | - |
| XYZ | 53.69 | 60.37 | 77.93 | - |
| YUV | 200.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 210 | 222 | 0.22 | 0.05 | 0 | 0.13 | 195 | 0.42 | 0.78 |
| Hex | AE | D2 | DE | 16 | 5 | 0 | D | C3 | 2A | 4E |
| Octal | 256 | 322 | 336 | 26 | 5 | 0 | 15 | 303 | 52 | 116 |
| Binary | 10101110 | 11010010 | 11011110 | 10110 | 101 | 0 | 1101 | 11000011 | 101010 | 1001110 |
Color Harmonies of #AED2DE
Complementary color
Monochromatic Colors of #AED2DE
Black with #AED2DE
Text Example
Text Example
White with #AED2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED2DE; }
p { color: rgb(174,210,222); }
H1.HeaderClassName
{
color: #AED2DE;
}
.AnyTagClassName
{
color: #AED2DE;
}
</style>
background-color css
<style>
a { background-color: #AED2DE; }
a { background-color: rgb(174,210,222); }
div.DivClassName
{
background-color: #AED2DE;
}
.BgClassName
{
background-color: #AED2DE;
}
</style>
border-color css
<style>
span { border-color: #AED2DE; }
span { border-color: rgb(174,210,222); }
td.TdClassName
{
border-color: #AED2DE;
}
.TagClassName
{
border-color: #AED2DE;
}
</style>