Shades of Light Blue #AEDDE8
Tints of Light Blue #AEDDE8
RGB
CMYK
RGB Variations
Color information
#AEDDE8 (or 0xAEDDE8) is known color: Light Blue. HEX triplet: AE, DD and E8. RGB value is (174,221,232). Sum of RGB (Red+Green+Blue) = 174+221+232=627 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.75% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #AEDDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDE8 is #512217. Grayscale: #D0D0D0. Windows color (decimal): -5317144 or 15261102. OLE color: 15261102.
HSL color Cylindrical-coordinate representation of color #AEDDE8: hue angle of 191.38º degrees, saturation: 0.56, 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 #AEDDE8 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 174 | 221 | 232 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.09 |
| HSL | 191.38º | 0.56% | 0.8% | - |
| HSV(B) | 191.38º | 0.25% | 0.91% | - |
| XYZ | 57.88 | 66.54 | 86.14 | - |
| YUV | 208.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 232 | 0.25 | 0.05 | 0 | 0.09 | 191.38 | 0.56 | 0.8 |
| Hex | AE | DD | E8 | 19 | 5 | 0 | 9 | BF | 38 | 50 |
| Octal | 256 | 335 | 350 | 31 | 5 | 0 | 11 | 277 | 70 | 120 |
| Binary | 10101110 | 11011101 | 11101000 | 11001 | 101 | 0 | 1001 | 10111111 | 111000 | 1010000 |
Color Harmonies of #AEDDE8
Complementary color
Monochromatic Colors of #AEDDE8
Black with #AEDDE8
Text Example
Text Example
White with #AEDDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDE8; }
p { color: rgb(174,221,232); }
H1.HeaderClassName
{
color: #AEDDE8;
}
.AnyTagClassName
{
color: #AEDDE8;
}
</style>
background-color css
<style>
a { background-color: #AEDDE8; }
a { background-color: rgb(174,221,232); }
div.DivClassName
{
background-color: #AEDDE8;
}
.BgClassName
{
background-color: #AEDDE8;
}
</style>
border-color css
<style>
span { border-color: #AEDDE8; }
span { border-color: rgb(174,221,232); }
td.TdClassName
{
border-color: #AEDDE8;
}
.TagClassName
{
border-color: #AEDDE8;
}
</style>