Shades of Light Blue #AEDEEA
Tints of Light Blue #AEDEEA
RGB
CMYK
RGB Variations
Color information
#AEDEEA (or 0xAEDEEA) is known color: Light Blue. HEX triplet: AE, DE and EA. RGB value is (174,222,234). Sum of RGB (Red+Green+Blue) = 174+222+234=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 222 (87.11% from 255 or 35.24% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEDEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEEA is #512115. Grayscale: #D0D0D0. Windows color (decimal): -5316886 or 15392430. OLE color: 15392430.
HSL color Cylindrical-coordinate representation of color #AEDEEA: hue angle of 192º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDEEA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 222 | 234 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.08 |
| HSL | 192º | 0.59% | 0.8% | - |
| HSV(B) | 192º | 0.26% | 0.92% | - |
| XYZ | 58.43 | 67.18 | 87.73 | - |
| YUV | 209.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 234 | 0.26 | 0.05 | 0 | 0.08 | 192 | 0.59 | 0.8 |
| Hex | AE | DE | EA | 1A | 5 | 0 | 8 | C0 | 3B | 50 |
| Octal | 256 | 336 | 352 | 32 | 5 | 0 | 10 | 300 | 73 | 120 |
| Binary | 10101110 | 11011110 | 11101010 | 11010 | 101 | 0 | 1000 | 11000000 | 111011 | 1010000 |
Color Harmonies of #AEDEEA
Complementary color
Monochromatic Colors of #AEDEEA
Black with #AEDEEA
Text Example
Text Example
White with #AEDEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEEA; }
p { color: rgb(174,222,234); }
H1.HeaderClassName
{
color: #AEDEEA;
}
.AnyTagClassName
{
color: #AEDEEA;
}
</style>
background-color css
<style>
a { background-color: #AEDEEA; }
a { background-color: rgb(174,222,234); }
div.DivClassName
{
background-color: #AEDEEA;
}
.BgClassName
{
background-color: #AEDEEA;
}
</style>
border-color css
<style>
span { border-color: #AEDEEA; }
span { border-color: rgb(174,222,234); }
td.TdClassName
{
border-color: #AEDEEA;
}
.TagClassName
{
border-color: #AEDEEA;
}
</style>