Shades of Light Blue #AEDCF0
Tints of Light Blue #AEDCF0
RGB
CMYK
RGB Variations
Color information
#AEDCF0 (or 0xAEDCF0) is known color: Light Blue. HEX triplet: AE, DC and F0. RGB value is (174,220,240). Sum of RGB (Red+Green+Blue) = 174+220+240=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #AEDCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCF0 is #51230F. Grayscale: #D0D0D0. Windows color (decimal): -5317392 or 15785134. OLE color: 15785134.
HSL color Cylindrical-coordinate representation of color #AEDCF0: hue angle of 198.18º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDCF0 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 220 | 240 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.06 |
| HSL | 198.18º | 0.69% | 0.81% | - |
| HSV(B) | 198.18º | 0.28% | 0.94% | - |
| XYZ | 58.78 | 66.48 | 92.17 | - |
| YUV | 208.53 | 145.76 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 240 | 0.28 | 0.08 | 0 | 0.06 | 198.18 | 0.69 | 0.81 |
| Hex | AE | DC | F0 | 1C | 8 | 0 | 6 | C6 | 45 | 51 |
| Octal | 256 | 334 | 360 | 34 | 10 | 0 | 6 | 306 | 105 | 121 |
| Binary | 10101110 | 11011100 | 11110000 | 11100 | 1000 | 0 | 110 | 11000110 | 1000101 | 1010001 |
Color Harmonies of #AEDCF0
Complementary color
Monochromatic Colors of #AEDCF0
Black with #AEDCF0
Text Example
Text Example
White with #AEDCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCF0; }
p { color: rgb(174,220,240); }
H1.HeaderClassName
{
color: #AEDCF0;
}
.AnyTagClassName
{
color: #AEDCF0;
}
</style>
background-color css
<style>
a { background-color: #AEDCF0; }
a { background-color: rgb(174,220,240); }
div.DivClassName
{
background-color: #AEDCF0;
}
.BgClassName
{
background-color: #AEDCF0;
}
</style>
border-color css
<style>
span { border-color: #AEDCF0; }
span { border-color: rgb(174,220,240); }
td.TdClassName
{
border-color: #AEDCF0;
}
.TagClassName
{
border-color: #AEDCF0;
}
</style>