Shades of Light Blue #AADCEC
Tints of Light Blue #AADCEC
RGB
CMYK
RGB Variations
Color information
#AADCEC (or 0xAADCEC) is known color: Light Blue. HEX triplet: AA, DC and EC. RGB value is (170,220,236). Sum of RGB (Red+Green+Blue) = 170+220+236=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 236 - color contains mainly: blue. Hex color #AADCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCEC is #552313. Grayscale: #CECECE. Windows color (decimal): -5579540 or 15522986. OLE color: 15522986.
HSL color Cylindrical-coordinate representation of color #AADCEC: hue angle of 194.55º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AADCEC is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 220 | 236 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.07 |
| HSL | 194.55º | 0.63% | 0.8% | - |
| HSV(B) | 194.55º | 0.28% | 0.93% | - |
| XYZ | 57.31 | 65.79 | 89.03 | - |
| YUV | 206.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 236 | 0.28 | 0.07 | 0 | 0.07 | 194.55 | 0.63 | 0.8 |
| Hex | AA | DC | EC | 1C | 7 | 0 | 7 | C3 | 3F | 50 |
| Octal | 252 | 334 | 354 | 34 | 7 | 0 | 7 | 303 | 77 | 120 |
| Binary | 10101010 | 11011100 | 11101100 | 11100 | 111 | 0 | 111 | 11000011 | 111111 | 1010000 |
Color Harmonies of #AADCEC
Complementary color
Monochromatic Colors of #AADCEC
Black with #AADCEC
Text Example
Text Example
White with #AADCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCEC; }
p { color: rgb(170,220,236); }
H1.HeaderClassName
{
color: #AADCEC;
}
.AnyTagClassName
{
color: #AADCEC;
}
</style>
background-color css
<style>
a { background-color: #AADCEC; }
a { background-color: rgb(170,220,236); }
div.DivClassName
{
background-color: #AADCEC;
}
.BgClassName
{
background-color: #AADCEC;
}
</style>
border-color css
<style>
span { border-color: #AADCEC; }
span { border-color: rgb(170,220,236); }
td.TdClassName
{
border-color: #AADCEC;
}
.TagClassName
{
border-color: #AADCEC;
}
</style>