Shades of Light Blue #AEDCF6
Tints of Light Blue #AEDCF6
RGB
CMYK
RGB Variations
Color information
#AEDCF6 (or 0xAEDCF6) is known color: Light Blue. HEX triplet: AE, DC and F6. RGB value is (174,220,246). Sum of RGB (Red+Green+Blue) = 174+220+246=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 220 (86.33% from 255 or 34.38% from 640); Blue value is 246 (96.48% from 255 or 38.44% from 640); Max value from RGB is 246 - color contains mainly: blue. Hex color #AEDCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCF6 is #512309. Grayscale: #D1D1D1. Windows color (decimal): -5317386 or 16178350. OLE color: 16178350.
HSL color Cylindrical-coordinate representation of color #AEDCF6: hue angle of 201.67º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEDCF6 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 220 | 246 | - |
| CMYK | 0.29 | 0.11 | 0 | 0.04 |
| HSL | 201.67º | 0.8% | 0.82% | - |
| HSV(B) | 201.67º | 0.29% | 0.96% | - |
| XYZ | 59.68 | 66.84 | 96.94 | - |
| YUV | 209.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 246 | 0.29 | 0.11 | 0 | 0.04 | 201.67 | 0.8 | 0.82 |
| Hex | AE | DC | F6 | 1D | B | 0 | 4 | CA | 50 | 52 |
| Octal | 256 | 334 | 366 | 35 | 13 | 0 | 4 | 312 | 120 | 122 |
| Binary | 10101110 | 11011100 | 11110110 | 11101 | 1011 | 0 | 100 | 11001010 | 1010000 | 1010010 |
Color Harmonies of #AEDCF6
Complementary color
Monochromatic Colors of #AEDCF6
Black with #AEDCF6
Text Example
Text Example
White with #AEDCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCF6; }
p { color: rgb(174,220,246); }
H1.HeaderClassName
{
color: #AEDCF6;
}
.AnyTagClassName
{
color: #AEDCF6;
}
</style>
background-color css
<style>
a { background-color: #AEDCF6; }
a { background-color: rgb(174,220,246); }
div.DivClassName
{
background-color: #AEDCF6;
}
.BgClassName
{
background-color: #AEDCF6;
}
</style>
border-color css
<style>
span { border-color: #AEDCF6; }
span { border-color: rgb(174,220,246); }
td.TdClassName
{
border-color: #AEDCF6;
}
.TagClassName
{
border-color: #AEDCF6;
}
</style>