Shades of Light Blue #AEDCEC
Tints of Light Blue #AEDCEC
RGB
CMYK
RGB Variations
Color information
#AEDCEC (or 0xAEDCEC) is known color: Light Blue. HEX triplet: AE, DC and EC. RGB value is (174,220,236). Sum of RGB (Red+Green+Blue) = 174+220+236=630 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.62% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #AEDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCEC is #512313. Grayscale: #CFCFCF. Windows color (decimal): -5317396 or 15522990. OLE color: 15522990.
HSL color Cylindrical-coordinate representation of color #AEDCEC: hue angle of 195.48º 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 #AEDCEC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 220 | 236 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.07 |
| HSL | 195.48º | 0.62% | 0.8% | - |
| HSV(B) | 195.48º | 0.26% | 0.93% | - |
| XYZ | 58.19 | 66.24 | 89.08 | - |
| YUV | 208.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 236 | 0.26 | 0.07 | 0 | 0.07 | 195.48 | 0.62 | 0.8 |
| Hex | AE | DC | EC | 1A | 7 | 0 | 7 | C3 | 3E | 50 |
| Octal | 256 | 334 | 354 | 32 | 7 | 0 | 7 | 303 | 76 | 120 |
| Binary | 10101110 | 11011100 | 11101100 | 11010 | 111 | 0 | 111 | 11000011 | 111110 | 1010000 |
Color Harmonies of #AEDCEC
Complementary color
Monochromatic Colors of #AEDCEC
Black with #AEDCEC
Text Example
Text Example
White with #AEDCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCEC; }
p { color: rgb(174,220,236); }
H1.HeaderClassName
{
color: #AEDCEC;
}
.AnyTagClassName
{
color: #AEDCEC;
}
</style>
background-color css
<style>
a { background-color: #AEDCEC; }
a { background-color: rgb(174,220,236); }
div.DivClassName
{
background-color: #AEDCEC;
}
.BgClassName
{
background-color: #AEDCEC;
}
</style>
border-color css
<style>
span { border-color: #AEDCEC; }
span { border-color: rgb(174,220,236); }
td.TdClassName
{
border-color: #AEDCEC;
}
.TagClassName
{
border-color: #AEDCEC;
}
</style>