Shades of Light Blue #AECFE1
Tints of Light Blue #AECFE1
RGB
CMYK
RGB Variations
Color information
#AECFE1 (or 0xAECFE1) is known color: Light Blue. HEX triplet: AE, CF and E1. RGB value is (174,207,225). Sum of RGB (Red+Green+Blue) = 174+207+225=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #AECFE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFE1 is #51301E. Grayscale: #C7C7C7. Windows color (decimal): -5320735 or 14798766. OLE color: 14798766.
HSL color Cylindrical-coordinate representation of color #AECFE1: hue angle of 201.18º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECFE1 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 207 | 225 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.12 |
| HSL | 201.18º | 0.46% | 0.78% | - |
| HSV(B) | 201.18º | 0.23% | 0.88% | - |
| XYZ | 53.36 | 59.06 | 79.82 | - |
| YUV | 199.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 225 | 0.23 | 0.08 | 0 | 0.12 | 201.18 | 0.46 | 0.78 |
| Hex | AE | CF | E1 | 17 | 8 | 0 | C | C9 | 2E | 4E |
| Octal | 256 | 317 | 341 | 27 | 10 | 0 | 14 | 311 | 56 | 116 |
| Binary | 10101110 | 11001111 | 11100001 | 10111 | 1000 | 0 | 1100 | 11001001 | 101110 | 1001110 |
Color Harmonies of #AECFE1
Complementary color
Monochromatic Colors of #AECFE1
Black with #AECFE1
Text Example
Text Example
White with #AECFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFE1; }
p { color: rgb(174,207,225); }
H1.HeaderClassName
{
color: #AECFE1;
}
.AnyTagClassName
{
color: #AECFE1;
}
</style>
background-color css
<style>
a { background-color: #AECFE1; }
a { background-color: rgb(174,207,225); }
div.DivClassName
{
background-color: #AECFE1;
}
.BgClassName
{
background-color: #AECFE1;
}
</style>
border-color css
<style>
span { border-color: #AECFE1; }
span { border-color: rgb(174,207,225); }
td.TdClassName
{
border-color: #AECFE1;
}
.TagClassName
{
border-color: #AECFE1;
}
</style>