Shades of Light Blue #AEDAED
Tints of Light Blue #AEDAED
RGB
CMYK
RGB Variations
Color information
#AEDAED (or 0xAEDAED) is known color: Light Blue. HEX triplet: AE, DA and ED. RGB value is (174,218,237). Sum of RGB (Red+Green+Blue) = 174+218+237=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEDAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDAED is #512512. Grayscale: #CECECE. Windows color (decimal): -5317907 or 15588014. OLE color: 15588014.
HSL color Cylindrical-coordinate representation of color #AEDAED: hue angle of 198.1º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEDAED is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 218 | 237 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.07 |
| HSL | 198.1º | 0.64% | 0.81% | - |
| HSV(B) | 198.1º | 0.27% | 0.93% | - |
| XYZ | 57.81 | 65.26 | 89.67 | - |
| YUV | 207.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 237 | 0.27 | 0.08 | 0 | 0.07 | 198.1 | 0.64 | 0.81 |
| Hex | AE | DA | ED | 1B | 8 | 0 | 7 | C6 | 40 | 51 |
| Octal | 256 | 332 | 355 | 33 | 10 | 0 | 7 | 306 | 100 | 121 |
| Binary | 10101110 | 11011010 | 11101101 | 11011 | 1000 | 0 | 111 | 11000110 | 1000000 | 1010001 |
Color Harmonies of #AEDAED
Complementary color
Monochromatic Colors of #AEDAED
Black with #AEDAED
Text Example
Text Example
White with #AEDAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDAED; }
p { color: rgb(174,218,237); }
H1.HeaderClassName
{
color: #AEDAED;
}
.AnyTagClassName
{
color: #AEDAED;
}
</style>
background-color css
<style>
a { background-color: #AEDAED; }
a { background-color: rgb(174,218,237); }
div.DivClassName
{
background-color: #AEDAED;
}
.BgClassName
{
background-color: #AEDAED;
}
</style>
border-color css
<style>
span { border-color: #AEDAED; }
span { border-color: rgb(174,218,237); }
td.TdClassName
{
border-color: #AEDAED;
}
.TagClassName
{
border-color: #AEDAED;
}
</style>