Shades of Light Blue #AADEF2
Tints of Light Blue #AADEF2
RGB
CMYK
RGB Variations
Color information
#AADEF2 (or 0xAADEF2) is known color: Light Blue. HEX triplet: AA, DE and F2. RGB value is (170,222,242). Sum of RGB (Red+Green+Blue) = 170+222+242=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #AADEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADEF2 is #55210D. Grayscale: #D0D0D0. Windows color (decimal): -5579022 or 15916714. OLE color: 15916714.
HSL color Cylindrical-coordinate representation of color #AADEF2: hue angle of 196.67º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AADEF2 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 222 | 242 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.05 |
| HSL | 196.67º | 0.73% | 0.81% | - |
| HSV(B) | 196.67º | 0.3% | 0.95% | - |
| XYZ | 58.73 | 67.2 | 93.88 | - |
| YUV | 208.73 | 146.77 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 242 | 0.30 | 0.08 | 0 | 0.05 | 196.67 | 0.73 | 0.81 |
| Hex | AA | DE | F2 | 1E | 8 | 0 | 5 | C5 | 49 | 51 |
| Octal | 252 | 336 | 362 | 36 | 10 | 0 | 5 | 305 | 111 | 121 |
| Binary | 10101010 | 11011110 | 11110010 | 11110 | 1000 | 0 | 101 | 11000101 | 1001001 | 1010001 |
Color Harmonies of #AADEF2
Complementary color
Monochromatic Colors of #AADEF2
Black with #AADEF2
Text Example
Text Example
White with #AADEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEF2; }
p { color: rgb(170,222,242); }
H1.HeaderClassName
{
color: #AADEF2;
}
.AnyTagClassName
{
color: #AADEF2;
}
</style>
background-color css
<style>
a { background-color: #AADEF2; }
a { background-color: rgb(170,222,242); }
div.DivClassName
{
background-color: #AADEF2;
}
.BgClassName
{
background-color: #AADEF2;
}
</style>
border-color css
<style>
span { border-color: #AADEF2; }
span { border-color: rgb(170,222,242); }
td.TdClassName
{
border-color: #AADEF2;
}
.TagClassName
{
border-color: #AADEF2;
}
</style>