Shades of Light Blue #AEDAE9
Tints of Light Blue #AEDAE9
RGB
CMYK
RGB Variations
Color information
#AEDAE9 (or 0xAEDAE9) is known color: Light Blue. HEX triplet: AE, DA and E9. RGB value is (174,218,233). Sum of RGB (Red+Green+Blue) = 174+218+233=625 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.84% from 625); Green value is 218 (85.55% from 255 or 34.88% from 625); Blue value is 233 (91.41% from 255 or 37.28% from 625); Max value from RGB is 233 - color contains mainly: blue. Hex color #AEDAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAE9 is #512516. Grayscale: #CECECE. Windows color (decimal): -5317911 or 15325870. OLE color: 15325870.
HSL color Cylindrical-coordinate representation of color #AEDAE9: hue angle of 195.25º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AEDAE9 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 218 | 233 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.09 |
| HSL | 195.25º | 0.57% | 0.8% | - |
| HSV(B) | 195.25º | 0.25% | 0.91% | - |
| XYZ | 57.23 | 65.02 | 86.63 | - |
| YUV | 206.55 | 142.92 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 233 | 0.25 | 0.06 | 0 | 0.09 | 195.25 | 0.57 | 0.8 |
| Hex | AE | DA | E9 | 19 | 6 | 0 | 9 | C3 | 39 | 50 |
| Octal | 256 | 332 | 351 | 31 | 6 | 0 | 11 | 303 | 71 | 120 |
| Binary | 10101110 | 11011010 | 11101001 | 11001 | 110 | 0 | 1001 | 11000011 | 111001 | 1010000 |
Color Harmonies of #AEDAE9
Complementary color
Monochromatic Colors of #AEDAE9
Black with #AEDAE9
Text Example
Text Example
White with #AEDAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAE9; }
p { color: rgb(174,218,233); }
H1.HeaderClassName
{
color: #AEDAE9;
}
.AnyTagClassName
{
color: #AEDAE9;
}
</style>
background-color css
<style>
a { background-color: #AEDAE9; }
a { background-color: rgb(174,218,233); }
div.DivClassName
{
background-color: #AEDAE9;
}
.BgClassName
{
background-color: #AEDAE9;
}
</style>
border-color css
<style>
span { border-color: #AEDAE9; }
span { border-color: rgb(174,218,233); }
td.TdClassName
{
border-color: #AEDAE9;
}
.TagClassName
{
border-color: #AEDAE9;
}
</style>