Shades of Light Blue #AECFE2
Tints of Light Blue #AECFE2
RGB
CMYK
RGB Variations
Color information
#AECFE2 (or 0xAECFE2) is known color: Light Blue. HEX triplet: AE, CF and E2. RGB value is (174,207,226). Sum of RGB (Red+Green+Blue) = 174+207+226=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #AECFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECFE2 is #51301D. Grayscale: #C7C7C7. Windows color (decimal): -5320734 or 14864302. OLE color: 14864302.
HSL color Cylindrical-coordinate representation of color #AECFE2: hue angle of 201.92º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AECFE2 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 174 | 207 | 226 | - |
CMYK | 0.23 | 0.08 | 0 | 0.11 |
HSL | 201.92º | 0.47% | 0.78% | - |
HSV(B) | 201.92º | 0.23% | 0.89% | - |
XYZ | 53.5 | 59.12 | 80.54 | - |
YUV | 199.3 | 143.07 | 109.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 207 | 226 | 0.23 | 0.08 | 0 | 0.11 | 201.92 | 0.47 | 0.78 |
Hex | AE | CF | E2 | 17 | 8 | 0 | B | CA | 2F | 4E |
Octal | 256 | 317 | 342 | 27 | 10 | 0 | 13 | 312 | 57 | 116 |
Binary | 10101110 | 11001111 | 11100010 | 10111 | 1000 | 0 | 1011 | 11001010 | 101111 | 1001110 |
Color Harmonies of #AECFE2
Complementary color
Monochromatic Colors of #AECFE2
Black with #AECFE2
Text Example
Text Example
White with #AECFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECFE2; }
p { color: rgb(174,207,226); }
H1.HeaderClassName
{
color: #AECFE2;
}
.AnyTagClassName
{
color: #AECFE2;
}
</style>
background-color css
<style>
a { background-color: #AECFE2; }
a { background-color: rgb(174,207,226); }
div.DivClassName
{
background-color: #AECFE2;
}
.BgClassName
{
background-color: #AECFE2;
}
</style>
border-color css
<style>
span { border-color: #AECFE2; }
span { border-color: rgb(174,207,226); }
td.TdClassName
{
border-color: #AECFE2;
}
.TagClassName
{
border-color: #AECFE2;
}
</style>