Shades of Light Blue #AEE0EF
Tints of Light Blue #AEE0EF
RGB
CMYK
RGB Variations
Color information
#AEE0EF (or 0xAEE0EF) is known color: Light Blue. HEX triplet: AE, E0 and EF. RGB value is (174,224,239). Sum of RGB (Red+Green+Blue) = 174+224+239=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #AEE0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0EF is #511F10. Grayscale: #D2D2D2. Windows color (decimal): -5316369 or 15720622. OLE color: 15720622.
HSL color Cylindrical-coordinate representation of color #AEE0EF: hue angle of 193.85º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEE0EF is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 174 | 224 | 239 | - |
CMYK | 0.27 | 0.06 | 0 | 0.06 |
HSL | 193.85º | 0.67% | 0.81% | - |
HSV(B) | 193.85º | 0.27% | 0.94% | - |
XYZ | 59.69 | 68.54 | 91.75 | - |
YUV | 210.76 | 143.94 | 101.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 224 | 239 | 0.27 | 0.06 | 0 | 0.06 | 193.85 | 0.67 | 0.81 |
Hex | AE | E0 | EF | 1B | 6 | 0 | 6 | C2 | 43 | 51 |
Octal | 256 | 340 | 357 | 33 | 6 | 0 | 6 | 302 | 103 | 121 |
Binary | 10101110 | 11100000 | 11101111 | 11011 | 110 | 0 | 110 | 11000010 | 1000011 | 1010001 |
Color Harmonies of #AEE0EF
Complementary color
Monochromatic Colors of #AEE0EF
Black with #AEE0EF
Text Example
Text Example
White with #AEE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0EF; }
p { color: rgb(174,224,239); }
H1.HeaderClassName
{
color: #AEE0EF;
}
.AnyTagClassName
{
color: #AEE0EF;
}
</style>
background-color css
<style>
a { background-color: #AEE0EF; }
a { background-color: rgb(174,224,239); }
div.DivClassName
{
background-color: #AEE0EF;
}
.BgClassName
{
background-color: #AEE0EF;
}
</style>
border-color css
<style>
span { border-color: #AEE0EF; }
span { border-color: rgb(174,224,239); }
td.TdClassName
{
border-color: #AEE0EF;
}
.TagClassName
{
border-color: #AEE0EF;
}
</style>