Shades of Light Blue #AEE0F5
Tints of Light Blue #AEE0F5
RGB
CMYK
RGB Variations
Color information
#AEE0F5 (or 0xAEE0F5) is known color: Light Blue. HEX triplet: AE, E0 and F5. RGB value is (174,224,245). Sum of RGB (Red+Green+Blue) = 174+224+245=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 224 (87.89% from 255 or 34.84% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEE0F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEE0F5 is #511F0A. Grayscale: #D3D3D3. Windows color (decimal): -5316363 or 16113838. OLE color: 16113838.
HSL color Cylindrical-coordinate representation of color #AEE0F5: hue angle of 197.75º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AEE0F5 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 224 | 245 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.04 |
| HSL | 197.75º | 0.78% | 0.82% | - |
| HSV(B) | 197.75º | 0.29% | 0.96% | - |
| XYZ | 60.59 | 68.9 | 96.49 | - |
| YUV | 211.44 | 146.94 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 224 | 245 | 0.29 | 0.09 | 0 | 0.04 | 197.75 | 0.78 | 0.82 |
| Hex | AE | E0 | F5 | 1D | 9 | 0 | 4 | C6 | 4E | 52 |
| Octal | 256 | 340 | 365 | 35 | 11 | 0 | 4 | 306 | 116 | 122 |
| Binary | 10101110 | 11100000 | 11110101 | 11101 | 1001 | 0 | 100 | 11000110 | 1001110 | 1010010 |
Color Harmonies of #AEE0F5
Complementary color
Monochromatic Colors of #AEE0F5
Black with #AEE0F5
Text Example
Text Example
White with #AEE0F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE0F5; }
p { color: rgb(174,224,245); }
H1.HeaderClassName
{
color: #AEE0F5;
}
.AnyTagClassName
{
color: #AEE0F5;
}
</style>
background-color css
<style>
a { background-color: #AEE0F5; }
a { background-color: rgb(174,224,245); }
div.DivClassName
{
background-color: #AEE0F5;
}
.BgClassName
{
background-color: #AEE0F5;
}
</style>
border-color css
<style>
span { border-color: #AEE0F5; }
span { border-color: rgb(174,224,245); }
td.TdClassName
{
border-color: #AEE0F5;
}
.TagClassName
{
border-color: #AEE0F5;
}
</style>