Shades of Light Blue #AEDDEF
Tints of Light Blue #AEDDEF
RGB
CMYK
RGB Variations
Color information
#AEDDEF (or 0xAEDDEF) is known color: Light Blue. HEX triplet: AE, DD and EF. RGB value is (174,221,239). Sum of RGB (Red+Green+Blue) = 174+221+239=634 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.44% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEDDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDEF is #512210. Grayscale: #D0D0D0. Windows color (decimal): -5317137 or 15719854. OLE color: 15719854.
HSL color Cylindrical-coordinate representation of color #AEDDEF: hue angle of 196.62º degrees, saturation: 0.67, 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 #AEDDEF is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 221 | 239 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.06 |
| HSL | 196.62º | 0.67% | 0.81% | - |
| HSV(B) | 196.62º | 0.27% | 0.94% | - |
| XYZ | 58.89 | 66.94 | 91.48 | - |
| YUV | 209 | 144.93 | 103.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 239 | 0.27 | 0.08 | 0 | 0.06 | 196.62 | 0.67 | 0.81 |
| Hex | AE | DD | EF | 1B | 8 | 0 | 6 | C5 | 43 | 51 |
| Octal | 256 | 335 | 357 | 33 | 10 | 0 | 6 | 305 | 103 | 121 |
| Binary | 10101110 | 11011101 | 11101111 | 11011 | 1000 | 0 | 110 | 11000101 | 1000011 | 1010001 |
Color Harmonies of #AEDDEF
Complementary color
Monochromatic Colors of #AEDDEF
Black with #AEDDEF
Text Example
Text Example
White with #AEDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDEF; }
p { color: rgb(174,221,239); }
H1.HeaderClassName
{
color: #AEDDEF;
}
.AnyTagClassName
{
color: #AEDDEF;
}
</style>
background-color css
<style>
a { background-color: #AEDDEF; }
a { background-color: rgb(174,221,239); }
div.DivClassName
{
background-color: #AEDDEF;
}
.BgClassName
{
background-color: #AEDDEF;
}
</style>
border-color css
<style>
span { border-color: #AEDDEF; }
span { border-color: rgb(174,221,239); }
td.TdClassName
{
border-color: #AEDDEF;
}
.TagClassName
{
border-color: #AEDDEF;
}
</style>