Shades of Light Blue #AADFF2
Tints of Light Blue #AADFF2
RGB
CMYK
RGB Variations
Color information
#AADFF2 (or 0xAADFF2) is known color: Light Blue. HEX triplet: AA, DF and F2. RGB value is (170,223,242). Sum of RGB (Red+Green+Blue) = 170+223+242=635 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.77% from 635); Green value is 223 (87.5% from 255 or 35.12% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #AADFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFF2 is #55200D. Grayscale: #D1D1D1. Windows color (decimal): -5578766 or 15916970. OLE color: 15916970.
HSL color Cylindrical-coordinate representation of color #AADFF2: hue angle of 195.83º 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 #AADFF2 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 223 | 242 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.05 |
| HSL | 195.83º | 0.73% | 0.81% | - |
| HSV(B) | 195.83º | 0.3% | 0.95% | - |
| XYZ | 58.99 | 67.73 | 93.97 | - |
| YUV | 209.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 242 | 0.30 | 0.08 | 0 | 0.05 | 195.83 | 0.73 | 0.81 |
| Hex | AA | DF | F2 | 1E | 8 | 0 | 5 | C4 | 49 | 51 |
| Octal | 252 | 337 | 362 | 36 | 10 | 0 | 5 | 304 | 111 | 121 |
| Binary | 10101010 | 11011111 | 11110010 | 11110 | 1000 | 0 | 101 | 11000100 | 1001001 | 1010001 |
Color Harmonies of #AADFF2
Complementary color
Monochromatic Colors of #AADFF2
Black with #AADFF2
Text Example
Text Example
White with #AADFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFF2; }
p { color: rgb(170,223,242); }
H1.HeaderClassName
{
color: #AADFF2;
}
.AnyTagClassName
{
color: #AADFF2;
}
</style>
background-color css
<style>
a { background-color: #AADFF2; }
a { background-color: rgb(170,223,242); }
div.DivClassName
{
background-color: #AADFF2;
}
.BgClassName
{
background-color: #AADFF2;
}
</style>
border-color css
<style>
span { border-color: #AADFF2; }
span { border-color: rgb(170,223,242); }
td.TdClassName
{
border-color: #AADFF2;
}
.TagClassName
{
border-color: #AADFF2;
}
</style>