Shades of Light Blue #AADCEA
Tints of Light Blue #AADCEA
RGB
CMYK
RGB Variations
Color information
#AADCEA (or 0xAADCEA) is known color: Light Blue. HEX triplet: AA, DC and EA. RGB value is (170,220,234). Sum of RGB (Red+Green+Blue) = 170+220+234=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 220 (86.33% from 255 or 35.26% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #AADCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADCEA is #552315. Grayscale: #CECECE. Windows color (decimal): -5579542 or 15391914. OLE color: 15391914.
HSL color Cylindrical-coordinate representation of color #AADCEA: hue angle of 193.12º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AADCEA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 220 | 234 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.08 |
| HSL | 193.13º | 0.6% | 0.79% | - |
| HSV(B) | 193.13º | 0.27% | 0.92% | - |
| XYZ | 57.02 | 65.67 | 87.51 | - |
| YUV | 206.65 | 143.44 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 234 | 0.27 | 0.06 | 0 | 0.08 | 193.13 | 0.6 | 0.79 |
| Hex | AA | DC | EA | 1B | 6 | 0 | 8 | C1 | 3C | 4F |
| Octal | 252 | 334 | 352 | 33 | 6 | 0 | 10 | 301 | 74 | 117 |
| Binary | 10101010 | 11011100 | 11101010 | 11011 | 110 | 0 | 1000 | 11000001 | 111100 | 1001111 |
Color Harmonies of #AADCEA
Complementary color
Monochromatic Colors of #AADCEA
Black with #AADCEA
Text Example
Text Example
White with #AADCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCEA; }
p { color: rgb(170,220,234); }
H1.HeaderClassName
{
color: #AADCEA;
}
.AnyTagClassName
{
color: #AADCEA;
}
</style>
background-color css
<style>
a { background-color: #AADCEA; }
a { background-color: rgb(170,220,234); }
div.DivClassName
{
background-color: #AADCEA;
}
.BgClassName
{
background-color: #AADCEA;
}
</style>
border-color css
<style>
span { border-color: #AADCEA; }
span { border-color: rgb(170,220,234); }
td.TdClassName
{
border-color: #AADCEA;
}
.TagClassName
{
border-color: #AADCEA;
}
</style>