Shades of Light Blue #AEDCF7
Tints of Light Blue #AEDCF7
RGB
CMYK
RGB Variations
Color information
#AEDCF7 (or 0xAEDCF7) is known color: Light Blue. HEX triplet: AE, DC and F7. RGB value is (174,220,247). Sum of RGB (Red+Green+Blue) = 174+220+247=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 247 (96.88% from 255 or 38.53% from 641); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEDCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCF7 is #512308. Grayscale: #D1D1D1. Windows color (decimal): -5317385 or 16243886. OLE color: 16243886.
HSL color Cylindrical-coordinate representation of color #AEDCF7: hue angle of 202.19º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDCF7 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 220 | 247 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.03 |
| HSL | 202.19º | 0.82% | 0.83% | - |
| HSV(B) | 202.19º | 0.3% | 0.97% | - |
| XYZ | 59.84 | 66.9 | 97.76 | - |
| YUV | 209.32 | 149.26 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 247 | 0.30 | 0.11 | 0 | 0.03 | 202.19 | 0.82 | 0.83 |
| Hex | AE | DC | F7 | 1E | B | 0 | 3 | CA | 52 | 53 |
| Octal | 256 | 334 | 367 | 36 | 13 | 0 | 3 | 312 | 122 | 123 |
| Binary | 10101110 | 11011100 | 11110111 | 11110 | 1011 | 0 | 11 | 11001010 | 1010010 | 1010011 |
Color Harmonies of #AEDCF7
Complementary color
Monochromatic Colors of #AEDCF7
Black with #AEDCF7
Text Example
Text Example
White with #AEDCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCF7; }
p { color: rgb(174,220,247); }
H1.HeaderClassName
{
color: #AEDCF7;
}
.AnyTagClassName
{
color: #AEDCF7;
}
</style>
background-color css
<style>
a { background-color: #AEDCF7; }
a { background-color: rgb(174,220,247); }
div.DivClassName
{
background-color: #AEDCF7;
}
.BgClassName
{
background-color: #AEDCF7;
}
</style>
border-color css
<style>
span { border-color: #AEDCF7; }
span { border-color: rgb(174,220,247); }
td.TdClassName
{
border-color: #AEDCF7;
}
.TagClassName
{
border-color: #AEDCF7;
}
</style>