Shades of Light Blue #AADFF4
Tints of Light Blue #AADFF4
RGB
CMYK
RGB Variations
Color information
#AADFF4 (or 0xAADFF4) is known color: Light Blue. HEX triplet: AA, DF and F4. RGB value is (170,223,244). Sum of RGB (Red+Green+Blue) = 170+223+244=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #AADFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFF4 is #55200B. Grayscale: #D1D1D1. Windows color (decimal): -5578764 or 16048042. OLE color: 16048042.
HSL color Cylindrical-coordinate representation of color #AADFF4: hue angle of 197.03º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AADFF4 is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 223 | 244 | - |
| CMYK | 0.30 | 0.09 | 0 | 0.04 |
| HSL | 197.03º | 0.77% | 0.81% | - |
| HSV(B) | 197.03º | 0.3% | 0.96% | - |
| XYZ | 59.29 | 67.85 | 95.56 | - |
| YUV | 209.55 | 147.44 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 244 | 0.30 | 0.09 | 0 | 0.04 | 197.03 | 0.77 | 0.81 |
| Hex | AA | DF | F4 | 1E | 9 | 0 | 4 | C5 | 4D | 51 |
| Octal | 252 | 337 | 364 | 36 | 11 | 0 | 4 | 305 | 115 | 121 |
| Binary | 10101010 | 11011111 | 11110100 | 11110 | 1001 | 0 | 100 | 11000101 | 1001101 | 1010001 |
Color Harmonies of #AADFF4
Complementary color
Monochromatic Colors of #AADFF4
Black with #AADFF4
Text Example
Text Example
White with #AADFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFF4; }
p { color: rgb(170,223,244); }
H1.HeaderClassName
{
color: #AADFF4;
}
.AnyTagClassName
{
color: #AADFF4;
}
</style>
background-color css
<style>
a { background-color: #AADFF4; }
a { background-color: rgb(170,223,244); }
div.DivClassName
{
background-color: #AADFF4;
}
.BgClassName
{
background-color: #AADFF4;
}
</style>
border-color css
<style>
span { border-color: #AADFF4; }
span { border-color: rgb(170,223,244); }
td.TdClassName
{
border-color: #AADFF4;
}
.TagClassName
{
border-color: #AADFF4;
}
</style>