Shades of Light Blue #AEDDF2
Tints of Light Blue #AEDDF2
RGB
CMYK
RGB Variations
Color information
#AEDDF2 (or 0xAEDDF2) is known color: Light Blue. HEX triplet: AE, DD and F2. RGB value is (174,221,242). Sum of RGB (Red+Green+Blue) = 174+221+242=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #AEDDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF2 is #51220D. Grayscale: #D1D1D1. Windows color (decimal): -5317134 or 15916462. OLE color: 15916462.
HSL color Cylindrical-coordinate representation of color #AEDDF2: hue angle of 198.53º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEDDF2 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 221 | 242 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.05 |
| HSL | 198.53º | 0.72% | 0.82% | - |
| HSV(B) | 198.53º | 0.28% | 0.95% | - |
| XYZ | 59.34 | 67.12 | 93.83 | - |
| YUV | 209.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 242 | 0.28 | 0.09 | 0 | 0.05 | 198.53 | 0.72 | 0.82 |
| Hex | AE | DD | F2 | 1C | 9 | 0 | 5 | C7 | 48 | 52 |
| Octal | 256 | 335 | 362 | 34 | 11 | 0 | 5 | 307 | 110 | 122 |
| Binary | 10101110 | 11011101 | 11110010 | 11100 | 1001 | 0 | 101 | 11000111 | 1001000 | 1010010 |
Color Harmonies of #AEDDF2
Complementary color
Monochromatic Colors of #AEDDF2
Black with #AEDDF2
Text Example
Text Example
White with #AEDDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDF2; }
p { color: rgb(174,221,242); }
H1.HeaderClassName
{
color: #AEDDF2;
}
.AnyTagClassName
{
color: #AEDDF2;
}
</style>
background-color css
<style>
a { background-color: #AEDDF2; }
a { background-color: rgb(174,221,242); }
div.DivClassName
{
background-color: #AEDDF2;
}
.BgClassName
{
background-color: #AEDDF2;
}
</style>
border-color css
<style>
span { border-color: #AEDDF2; }
span { border-color: rgb(174,221,242); }
td.TdClassName
{
border-color: #AEDDF2;
}
.TagClassName
{
border-color: #AEDDF2;
}
</style>