Shades of Light Blue #AEDCEE
Tints of Light Blue #AEDCEE
RGB
CMYK
RGB Variations
Color information
#AEDCEE (or 0xAEDCEE) is known color: Light Blue. HEX triplet: AE, DC and EE. RGB value is (174,220,238). Sum of RGB (Red+Green+Blue) = 174+220+238=632 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.53% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #AEDCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCEE is #512311. Grayscale: #D0D0D0. Windows color (decimal): -5317394 or 15654062. OLE color: 15654062.
HSL color Cylindrical-coordinate representation of color #AEDCEE: hue angle of 196.88º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDCEE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 220 | 238 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.07 |
| HSL | 196.88º | 0.65% | 0.81% | - |
| HSV(B) | 196.88º | 0.27% | 0.93% | - |
| XYZ | 58.48 | 66.36 | 90.62 | - |
| YUV | 208.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 238 | 0.27 | 0.08 | 0 | 0.07 | 196.88 | 0.65 | 0.81 |
| Hex | AE | DC | EE | 1B | 8 | 0 | 7 | C5 | 41 | 51 |
| Octal | 256 | 334 | 356 | 33 | 10 | 0 | 7 | 305 | 101 | 121 |
| Binary | 10101110 | 11011100 | 11101110 | 11011 | 1000 | 0 | 111 | 11000101 | 1000001 | 1010001 |
Color Harmonies of #AEDCEE
Complementary color
Monochromatic Colors of #AEDCEE
Black with #AEDCEE
Text Example
Text Example
White with #AEDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCEE; }
p { color: rgb(174,220,238); }
H1.HeaderClassName
{
color: #AEDCEE;
}
.AnyTagClassName
{
color: #AEDCEE;
}
</style>
background-color css
<style>
a { background-color: #AEDCEE; }
a { background-color: rgb(174,220,238); }
div.DivClassName
{
background-color: #AEDCEE;
}
.BgClassName
{
background-color: #AEDCEE;
}
</style>
border-color css
<style>
span { border-color: #AEDCEE; }
span { border-color: rgb(174,220,238); }
td.TdClassName
{
border-color: #AEDCEE;
}
.TagClassName
{
border-color: #AEDCEE;
}
</style>