Shades of Light Blue #AEDBE5
Tints of Light Blue #AEDBE5
RGB
CMYK
RGB Variations
Color information
#AEDBE5 (or 0xAEDBE5) is known color: Light Blue. HEX triplet: AE, DB and E5. RGB value is (174,219,229). Sum of RGB (Red+Green+Blue) = 174+219+229=622 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.97% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #AEDBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBE5 is #51241A. Grayscale: #CECECE. Windows color (decimal): -5317659 or 15063982. OLE color: 15063982.
HSL color Cylindrical-coordinate representation of color #AEDBE5: hue angle of 190.91º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEDBE5 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 219 | 229 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.10 |
| HSL | 190.91º | 0.51% | 0.79% | - |
| HSV(B) | 190.91º | 0.24% | 0.9% | - |
| XYZ | 56.93 | 65.32 | 83.74 | - |
| YUV | 206.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 229 | 0.24 | 0.04 | 0 | 0.10 | 190.91 | 0.51 | 0.79 |
| Hex | AE | DB | E5 | 18 | 4 | 0 | A | BF | 33 | 4F |
| Octal | 256 | 333 | 345 | 30 | 4 | 0 | 12 | 277 | 63 | 117 |
| Binary | 10101110 | 11011011 | 11100101 | 11000 | 100 | 0 | 1010 | 10111111 | 110011 | 1001111 |
Color Harmonies of #AEDBE5
Complementary color
Monochromatic Colors of #AEDBE5
Black with #AEDBE5
Text Example
Text Example
White with #AEDBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBE5; }
p { color: rgb(174,219,229); }
H1.HeaderClassName
{
color: #AEDBE5;
}
.AnyTagClassName
{
color: #AEDBE5;
}
</style>
background-color css
<style>
a { background-color: #AEDBE5; }
a { background-color: rgb(174,219,229); }
div.DivClassName
{
background-color: #AEDBE5;
}
.BgClassName
{
background-color: #AEDBE5;
}
</style>
border-color css
<style>
span { border-color: #AEDBE5; }
span { border-color: rgb(174,219,229); }
td.TdClassName
{
border-color: #AEDBE5;
}
.TagClassName
{
border-color: #AEDBE5;
}
</style>