Shades of Light Blue #AEDBE6
Tints of Light Blue #AEDBE6
RGB
CMYK
RGB Variations
Color information
#AEDBE6 (or 0xAEDBE6) is known color: Light Blue. HEX triplet: AE, DB and E6. RGB value is (174,219,230). Sum of RGB (Red+Green+Blue) = 174+219+230=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #AEDBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBE6 is #512419. Grayscale: #CECECE. Windows color (decimal): -5317658 or 15129518. OLE color: 15129518.
HSL color Cylindrical-coordinate representation of color #AEDBE6: hue angle of 191.79º degrees, saturation: 0.53, 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 #AEDBE6 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 219 | 230 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.10 |
| HSL | 191.79º | 0.53% | 0.79% | - |
| HSV(B) | 191.79º | 0.24% | 0.9% | - |
| XYZ | 57.07 | 65.37 | 84.47 | - |
| YUV | 206.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 230 | 0.24 | 0.05 | 0 | 0.10 | 191.79 | 0.53 | 0.79 |
| Hex | AE | DB | E6 | 18 | 5 | 0 | A | C0 | 35 | 4F |
| Octal | 256 | 333 | 346 | 30 | 5 | 0 | 12 | 300 | 65 | 117 |
| Binary | 10101110 | 11011011 | 11100110 | 11000 | 101 | 0 | 1010 | 11000000 | 110101 | 1001111 |
Color Harmonies of #AEDBE6
Complementary color
Monochromatic Colors of #AEDBE6
Black with #AEDBE6
Text Example
Text Example
White with #AEDBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBE6; }
p { color: rgb(174,219,230); }
H1.HeaderClassName
{
color: #AEDBE6;
}
.AnyTagClassName
{
color: #AEDBE6;
}
</style>
background-color css
<style>
a { background-color: #AEDBE6; }
a { background-color: rgb(174,219,230); }
div.DivClassName
{
background-color: #AEDBE6;
}
.BgClassName
{
background-color: #AEDBE6;
}
</style>
border-color css
<style>
span { border-color: #AEDBE6; }
span { border-color: rgb(174,219,230); }
td.TdClassName
{
border-color: #AEDBE6;
}
.TagClassName
{
border-color: #AEDBE6;
}
</style>