Shades of Light Blue #AADEEE
Tints of Light Blue #AADEEE
RGB
CMYK
RGB Variations
Color information
#AADEEE (or 0xAADEEE) is known color: Light Blue. HEX triplet: AA, DE and EE. RGB value is (170,222,238). Sum of RGB (Red+Green+Blue) = 170+222+238=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 238 (93.36% from 255 or 37.78% from 630); Max value from RGB is 238 - color contains mainly: blue. Hex color #AADEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEEE is #552111. Grayscale: #D0D0D0. Windows color (decimal): -5579026 or 15654570. OLE color: 15654570.
HSL color Cylindrical-coordinate representation of color #AADEEE: hue angle of 194.12º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AADEEE is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 222 | 238 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.07 |
| HSL | 194.12º | 0.67% | 0.8% | - |
| HSV(B) | 194.12º | 0.29% | 0.93% | - |
| XYZ | 58.13 | 66.96 | 90.75 | - |
| YUV | 208.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 238 | 0.29 | 0.07 | 0 | 0.07 | 194.12 | 0.67 | 0.8 |
| Hex | AA | DE | EE | 1D | 7 | 0 | 7 | C2 | 43 | 50 |
| Octal | 252 | 336 | 356 | 35 | 7 | 0 | 7 | 302 | 103 | 120 |
| Binary | 10101010 | 11011110 | 11101110 | 11101 | 111 | 0 | 111 | 11000010 | 1000011 | 1010000 |
Color Harmonies of #AADEEE
Complementary color
Monochromatic Colors of #AADEEE
Black with #AADEEE
Text Example
Text Example
White with #AADEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEEE; }
p { color: rgb(170,222,238); }
H1.HeaderClassName
{
color: #AADEEE;
}
.AnyTagClassName
{
color: #AADEEE;
}
</style>
background-color css
<style>
a { background-color: #AADEEE; }
a { background-color: rgb(170,222,238); }
div.DivClassName
{
background-color: #AADEEE;
}
.BgClassName
{
background-color: #AADEEE;
}
</style>
border-color css
<style>
span { border-color: #AADEEE; }
span { border-color: rgb(170,222,238); }
td.TdClassName
{
border-color: #AADEEE;
}
.TagClassName
{
border-color: #AADEEE;
}
</style>