Shades of Light Blue #AEDDF5
Tints of Light Blue #AEDDF5
RGB
CMYK
RGB Variations
Color information
#AEDDF5 (or 0xAEDDF5) is known color: Light Blue. HEX triplet: AE, DD and F5. RGB value is (174,221,245). Sum of RGB (Red+Green+Blue) = 174+221+245=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 245 (96.09% from 255 or 38.28% from 640); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEDDF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF5 is #51220A. Grayscale: #D1D1D1. Windows color (decimal): -5317131 or 16113070. OLE color: 16113070.
HSL color Cylindrical-coordinate representation of color #AEDDF5: hue angle of 200.28º 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 #AEDDF5 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 221 | 245 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.04 |
| HSL | 200.28º | 0.78% | 0.82% | - |
| HSV(B) | 200.28º | 0.29% | 0.96% | - |
| XYZ | 59.79 | 67.3 | 96.23 | - |
| YUV | 209.68 | 147.93 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 245 | 0.29 | 0.10 | 0 | 0.04 | 200.28 | 0.78 | 0.82 |
| Hex | AE | DD | F5 | 1D | A | 0 | 4 | C8 | 4E | 52 |
| Octal | 256 | 335 | 365 | 35 | 12 | 0 | 4 | 310 | 116 | 122 |
| Binary | 10101110 | 11011101 | 11110101 | 11101 | 1010 | 0 | 100 | 11001000 | 1001110 | 1010010 |
Color Harmonies of #AEDDF5
Complementary color
Monochromatic Colors of #AEDDF5
Black with #AEDDF5
Text Example
Text Example
White with #AEDDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDF5; }
p { color: rgb(174,221,245); }
H1.HeaderClassName
{
color: #AEDDF5;
}
.AnyTagClassName
{
color: #AEDDF5;
}
</style>
background-color css
<style>
a { background-color: #AEDDF5; }
a { background-color: rgb(174,221,245); }
div.DivClassName
{
background-color: #AEDDF5;
}
.BgClassName
{
background-color: #AEDDF5;
}
</style>
border-color css
<style>
span { border-color: #AEDDF5; }
span { border-color: rgb(174,221,245); }
td.TdClassName
{
border-color: #AEDDF5;
}
.TagClassName
{
border-color: #AEDDF5;
}
</style>