Shades of Light Blue #AEDEF5
Tints of Light Blue #AEDEF5
RGB
CMYK
RGB Variations
Color information
#AEDEF5 (or 0xAEDEF5) is known color: Light Blue. HEX triplet: AE, DE and F5. RGB value is (174,222,245). Sum of RGB (Red+Green+Blue) = 174+222+245=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 245 (96.09% from 255 or 38.22% from 641); Max value from RGB is 245 - color contains mainly: blue. Hex color #AEDEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEF5 is #51210A. Grayscale: #D2D2D2. Windows color (decimal): -5316875 or 16113326. OLE color: 16113326.
HSL color Cylindrical-coordinate representation of color #AEDEF5: hue angle of 199.44º 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 #AEDEF5 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 222 | 245 | - |
| CMYK | 0.29 | 0.09 | 0 | 0.04 |
| HSL | 199.44º | 0.78% | 0.82% | - |
| HSV(B) | 199.44º | 0.29% | 0.96% | - |
| XYZ | 60.06 | 67.83 | 96.31 | - |
| YUV | 210.27 | 147.6 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 245 | 0.29 | 0.09 | 0 | 0.04 | 199.44 | 0.78 | 0.82 |
| Hex | AE | DE | F5 | 1D | 9 | 0 | 4 | C7 | 4E | 52 |
| Octal | 256 | 336 | 365 | 35 | 11 | 0 | 4 | 307 | 116 | 122 |
| Binary | 10101110 | 11011110 | 11110101 | 11101 | 1001 | 0 | 100 | 11000111 | 1001110 | 1010010 |
Color Harmonies of #AEDEF5
Complementary color
Monochromatic Colors of #AEDEF5
Black with #AEDEF5
Text Example
Text Example
White with #AEDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEF5; }
p { color: rgb(174,222,245); }
H1.HeaderClassName
{
color: #AEDEF5;
}
.AnyTagClassName
{
color: #AEDEF5;
}
</style>
background-color css
<style>
a { background-color: #AEDEF5; }
a { background-color: rgb(174,222,245); }
div.DivClassName
{
background-color: #AEDEF5;
}
.BgClassName
{
background-color: #AEDEF5;
}
</style>
border-color css
<style>
span { border-color: #AEDEF5; }
span { border-color: rgb(174,222,245); }
td.TdClassName
{
border-color: #AEDEF5;
}
.TagClassName
{
border-color: #AEDEF5;
}
</style>