Shades of Light Blue #AEDFF7
Tints of Light Blue #AEDFF7
RGB
CMYK
RGB Variations
Color information
#AEDFF7 (or 0xAEDFF7) is known color: Light Blue. HEX triplet: AE, DF and F7. RGB value is (174,223,247). Sum of RGB (Red+Green+Blue) = 174+223+247=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 247 (96.88% from 255 or 38.35% from 644); Max value from RGB is 247 - color contains mainly: blue. Hex color #AEDFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFF7 is #512008. Grayscale: #D2D2D2. Windows color (decimal): -5316617 or 16244654. OLE color: 16244654.
HSL color Cylindrical-coordinate representation of color #AEDFF7: hue angle of 199.73º 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 #AEDFF7 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 223 | 247 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.03 |
| HSL | 199.73º | 0.82% | 0.83% | - |
| HSV(B) | 199.73º | 0.3% | 0.97% | - |
| XYZ | 60.63 | 68.49 | 98.02 | - |
| YUV | 211.09 | 148.27 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 247 | 0.30 | 0.10 | 0 | 0.03 | 199.73 | 0.82 | 0.83 |
| Hex | AE | DF | F7 | 1E | A | 0 | 3 | C8 | 52 | 53 |
| Octal | 256 | 337 | 367 | 36 | 12 | 0 | 3 | 310 | 122 | 123 |
| Binary | 10101110 | 11011111 | 11110111 | 11110 | 1010 | 0 | 11 | 11001000 | 1010010 | 1010011 |
Color Harmonies of #AEDFF7
Complementary color
Monochromatic Colors of #AEDFF7
Black with #AEDFF7
Text Example
Text Example
White with #AEDFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFF7; }
p { color: rgb(174,223,247); }
H1.HeaderClassName
{
color: #AEDFF7;
}
.AnyTagClassName
{
color: #AEDFF7;
}
</style>
background-color css
<style>
a { background-color: #AEDFF7; }
a { background-color: rgb(174,223,247); }
div.DivClassName
{
background-color: #AEDFF7;
}
.BgClassName
{
background-color: #AEDFF7;
}
</style>
border-color css
<style>
span { border-color: #AEDFF7; }
span { border-color: rgb(174,223,247); }
td.TdClassName
{
border-color: #AEDFF7;
}
.TagClassName
{
border-color: #AEDFF7;
}
</style>