Shades of Light Blue #AEDCEB
Tints of Light Blue #AEDCEB
RGB
CMYK
RGB Variations
Color information
#AEDCEB (or 0xAEDCEB) is known color: Light Blue. HEX triplet: AE, DC and EB. RGB value is (174,220,235). Sum of RGB (Red+Green+Blue) = 174+220+235=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 220 (86.33% from 255 or 34.98% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #AEDCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCEB is #512314. Grayscale: #CFCFCF. Windows color (decimal): -5317397 or 15457454. OLE color: 15457454.
HSL color Cylindrical-coordinate representation of color #AEDCEB: hue angle of 194.75º degrees, saturation: 0.6, 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 #AEDCEB is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 220 | 235 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.08 |
| HSL | 194.75º | 0.6% | 0.8% | - |
| HSV(B) | 194.75º | 0.26% | 0.92% | - |
| XYZ | 58.04 | 66.18 | 88.31 | - |
| YUV | 207.96 | 143.26 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 235 | 0.26 | 0.06 | 0 | 0.08 | 194.75 | 0.6 | 0.8 |
| Hex | AE | DC | EB | 1A | 6 | 0 | 8 | C3 | 3C | 50 |
| Octal | 256 | 334 | 353 | 32 | 6 | 0 | 10 | 303 | 74 | 120 |
| Binary | 10101110 | 11011100 | 11101011 | 11010 | 110 | 0 | 1000 | 11000011 | 111100 | 1010000 |
Color Harmonies of #AEDCEB
Complementary color
Monochromatic Colors of #AEDCEB
Black with #AEDCEB
Text Example
Text Example
White with #AEDCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCEB; }
p { color: rgb(174,220,235); }
H1.HeaderClassName
{
color: #AEDCEB;
}
.AnyTagClassName
{
color: #AEDCEB;
}
</style>
background-color css
<style>
a { background-color: #AEDCEB; }
a { background-color: rgb(174,220,235); }
div.DivClassName
{
background-color: #AEDCEB;
}
.BgClassName
{
background-color: #AEDCEB;
}
</style>
border-color css
<style>
span { border-color: #AEDCEB; }
span { border-color: rgb(174,220,235); }
td.TdClassName
{
border-color: #AEDCEB;
}
.TagClassName
{
border-color: #AEDCEB;
}
</style>