Shades of Light Blue #AEDAEC
Tints of Light Blue #AEDAEC
RGB
CMYK
RGB Variations
Color information
#AEDAEC (or 0xAEDAEC) is known color: Light Blue. HEX triplet: AE, DA and EC. RGB value is (174,218,236). Sum of RGB (Red+Green+Blue) = 174+218+236=628 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.71% from 628); Green value is 218 (85.55% from 255 or 34.71% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEDAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAEC is #512513. Grayscale: #CECECE. Windows color (decimal): -5317908 or 15522478. OLE color: 15522478.
HSL color Cylindrical-coordinate representation of color #AEDAEC: hue angle of 197.42º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDAEC is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 218 | 236 | - |
| CMYK | 0.26 | 0.08 | 0 | 0.07 |
| HSL | 197.42º | 0.62% | 0.8% | - |
| HSV(B) | 197.42º | 0.26% | 0.93% | - |
| XYZ | 57.67 | 65.2 | 88.9 | - |
| YUV | 206.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 236 | 0.26 | 0.08 | 0 | 0.07 | 197.42 | 0.62 | 0.8 |
| Hex | AE | DA | EC | 1A | 8 | 0 | 7 | C5 | 3E | 50 |
| Octal | 256 | 332 | 354 | 32 | 10 | 0 | 7 | 305 | 76 | 120 |
| Binary | 10101110 | 11011010 | 11101100 | 11010 | 1000 | 0 | 111 | 11000101 | 111110 | 1010000 |
Color Harmonies of #AEDAEC
Complementary color
Monochromatic Colors of #AEDAEC
Black with #AEDAEC
Text Example
Text Example
White with #AEDAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAEC; }
p { color: rgb(174,218,236); }
H1.HeaderClassName
{
color: #AEDAEC;
}
.AnyTagClassName
{
color: #AEDAEC;
}
</style>
background-color css
<style>
a { background-color: #AEDAEC; }
a { background-color: rgb(174,218,236); }
div.DivClassName
{
background-color: #AEDAEC;
}
.BgClassName
{
background-color: #AEDAEC;
}
</style>
border-color css
<style>
span { border-color: #AEDAEC; }
span { border-color: rgb(174,218,236); }
td.TdClassName
{
border-color: #AEDAEC;
}
.TagClassName
{
border-color: #AEDAEC;
}
</style>