Shades of Light Blue #AADDF1
Tints of Light Blue #AADDF1
RGB
CMYK
RGB Variations
Color information
#AADDF1 (or 0xAADDF1) is known color: Light Blue. HEX triplet: AA, DD and F1. RGB value is (170,221,241). Sum of RGB (Red+Green+Blue) = 170+221+241=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 221 (86.72% from 255 or 34.97% from 632); Blue value is 241 (94.53% from 255 or 38.13% from 632); Max value from RGB is 241 - color contains mainly: blue. Hex color #AADDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDF1 is #55220E. Grayscale: #CFCFCF. Windows color (decimal): -5579279 or 15850922. OLE color: 15850922.
HSL color Cylindrical-coordinate representation of color #AADDF1: hue angle of 196.9º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AADDF1 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 221 | 241 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.05 |
| HSL | 196.9º | 0.72% | 0.81% | - |
| HSV(B) | 196.9º | 0.29% | 0.95% | - |
| XYZ | 58.31 | 66.61 | 93 | - |
| YUV | 208.03 | 146.6 | 100.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 241 | 0.29 | 0.08 | 0 | 0.05 | 196.9 | 0.72 | 0.81 |
| Hex | AA | DD | F1 | 1D | 8 | 0 | 5 | C5 | 48 | 51 |
| Octal | 252 | 335 | 361 | 35 | 10 | 0 | 5 | 305 | 110 | 121 |
| Binary | 10101010 | 11011101 | 11110001 | 11101 | 1000 | 0 | 101 | 11000101 | 1001000 | 1010001 |
Color Harmonies of #AADDF1
Complementary color
Monochromatic Colors of #AADDF1
Black with #AADDF1
Text Example
Text Example
White with #AADDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDF1; }
p { color: rgb(170,221,241); }
H1.HeaderClassName
{
color: #AADDF1;
}
.AnyTagClassName
{
color: #AADDF1;
}
</style>
background-color css
<style>
a { background-color: #AADDF1; }
a { background-color: rgb(170,221,241); }
div.DivClassName
{
background-color: #AADDF1;
}
.BgClassName
{
background-color: #AADDF1;
}
</style>
border-color css
<style>
span { border-color: #AADDF1; }
span { border-color: rgb(170,221,241); }
td.TdClassName
{
border-color: #AADDF1;
}
.TagClassName
{
border-color: #AADDF1;
}
</style>