Shades of Light Blue #AADBF1
Tints of Light Blue #AADBF1
RGB
CMYK
RGB Variations
Color information
#AADBF1 (or 0xAADBF1) is known color: Light Blue. HEX triplet: AA, DB and F1. RGB value is (170,219,241). Sum of RGB (Red+Green+Blue) = 170+219+241=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 219 (85.94% from 255 or 34.76% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #AADBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBF1 is #55240E. Grayscale: #CECECE. Windows color (decimal): -5579791 or 15850410. OLE color: 15850410.
HSL color Cylindrical-coordinate representation of color #AADBF1: hue angle of 198.59º 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 #AADBF1 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 219 | 241 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.05 |
| HSL | 198.59º | 0.72% | 0.81% | - |
| HSV(B) | 198.59º | 0.29% | 0.95% | - |
| XYZ | 57.79 | 65.56 | 92.83 | - |
| YUV | 206.86 | 147.27 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 241 | 0.29 | 0.09 | 0 | 0.05 | 198.59 | 0.72 | 0.81 |
| Hex | AA | DB | F1 | 1D | 9 | 0 | 5 | C7 | 48 | 51 |
| Octal | 252 | 333 | 361 | 35 | 11 | 0 | 5 | 307 | 110 | 121 |
| Binary | 10101010 | 11011011 | 11110001 | 11101 | 1001 | 0 | 101 | 11000111 | 1001000 | 1010001 |
Color Harmonies of #AADBF1
Complementary color
Monochromatic Colors of #AADBF1
Black with #AADBF1
Text Example
Text Example
White with #AADBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBF1; }
p { color: rgb(170,219,241); }
H1.HeaderClassName
{
color: #AADBF1;
}
.AnyTagClassName
{
color: #AADBF1;
}
</style>
background-color css
<style>
a { background-color: #AADBF1; }
a { background-color: rgb(170,219,241); }
div.DivClassName
{
background-color: #AADBF1;
}
.BgClassName
{
background-color: #AADBF1;
}
</style>
border-color css
<style>
span { border-color: #AADBF1; }
span { border-color: rgb(170,219,241); }
td.TdClassName
{
border-color: #AADBF1;
}
.TagClassName
{
border-color: #AADBF1;
}
</style>