Shades of Light Blue #AEDEED
Tints of Light Blue #AEDEED
RGB
CMYK
RGB Variations
Color information
#AEDEED (or 0xAEDEED) is known color: Light Blue. HEX triplet: AE, DE and ED. RGB value is (174,222,237). Sum of RGB (Red+Green+Blue) = 174+222+237=633 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.49% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #AEDEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDEED is #512112. Grayscale: #D1D1D1. Windows color (decimal): -5316883 or 15589038. OLE color: 15589038.
HSL color Cylindrical-coordinate representation of color #AEDEED: hue angle of 194.29º 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 #AEDEED is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 222 | 237 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.07 |
| HSL | 194.29º | 0.64% | 0.81% | - |
| HSV(B) | 194.29º | 0.27% | 0.93% | - |
| XYZ | 58.86 | 67.36 | 90.02 | - |
| YUV | 209.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 222 | 237 | 0.27 | 0.06 | 0 | 0.07 | 194.29 | 0.64 | 0.81 |
| Hex | AE | DE | ED | 1B | 6 | 0 | 7 | C2 | 40 | 51 |
| Octal | 256 | 336 | 355 | 33 | 6 | 0 | 7 | 302 | 100 | 121 |
| Binary | 10101110 | 11011110 | 11101101 | 11011 | 110 | 0 | 111 | 11000010 | 1000000 | 1010001 |
Color Harmonies of #AEDEED
Complementary color
Monochromatic Colors of #AEDEED
Black with #AEDEED
Text Example
Text Example
White with #AEDEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDEED; }
p { color: rgb(174,222,237); }
H1.HeaderClassName
{
color: #AEDEED;
}
.AnyTagClassName
{
color: #AEDEED;
}
</style>
background-color css
<style>
a { background-color: #AEDEED; }
a { background-color: rgb(174,222,237); }
div.DivClassName
{
background-color: #AEDEED;
}
.BgClassName
{
background-color: #AEDEED;
}
</style>
border-color css
<style>
span { border-color: #AEDEED; }
span { border-color: rgb(174,222,237); }
td.TdClassName
{
border-color: #AEDEED;
}
.TagClassName
{
border-color: #AEDEED;
}
</style>