Shades of Light Blue #AADDF5
Tints of Light Blue #AADDF5
RGB
CMYK
RGB Variations
Color information
#AADDF5 (or 0xAADDF5) is known color: Light Blue. HEX triplet: AA, DD and F5. RGB value is (170,221,245). Sum of RGB (Red+Green+Blue) = 170+221+245=636 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.73% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 245 (96.09% from 255 or 38.52% from 636); Max value from RGB is 245 - color contains mainly: blue. Hex color #AADDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADDF5 is #55220A. Grayscale: #D0D0D0. Windows color (decimal): -5579275 or 16113066. OLE color: 16113066.
HSL color Cylindrical-coordinate representation of color #AADDF5: hue angle of 199.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AADDF5 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 221 | 245 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.04 |
| HSL | 199.2º | 0.79% | 0.81% | - |
| HSV(B) | 199.2º | 0.31% | 0.96% | - |
| XYZ | 58.92 | 66.85 | 96.18 | - |
| YUV | 208.49 | 148.6 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 245 | 0.31 | 0.10 | 0 | 0.04 | 199.2 | 0.79 | 0.81 |
| Hex | AA | DD | F5 | 1F | A | 0 | 4 | C7 | 4F | 51 |
| Octal | 252 | 335 | 365 | 37 | 12 | 0 | 4 | 307 | 117 | 121 |
| Binary | 10101010 | 11011101 | 11110101 | 11111 | 1010 | 0 | 100 | 11000111 | 1001111 | 1010001 |
Color Harmonies of #AADDF5
Complementary color
Monochromatic Colors of #AADDF5
Black with #AADDF5
Text Example
Text Example
White with #AADDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDF5; }
p { color: rgb(170,221,245); }
H1.HeaderClassName
{
color: #AADDF5;
}
.AnyTagClassName
{
color: #AADDF5;
}
</style>
background-color css
<style>
a { background-color: #AADDF5; }
a { background-color: rgb(170,221,245); }
div.DivClassName
{
background-color: #AADDF5;
}
.BgClassName
{
background-color: #AADDF5;
}
</style>
border-color css
<style>
span { border-color: #AADDF5; }
span { border-color: rgb(170,221,245); }
td.TdClassName
{
border-color: #AADDF5;
}
.TagClassName
{
border-color: #AADDF5;
}
</style>