Shades of Light Blue #AEDDF4
Tints of Light Blue #AEDDF4
RGB
CMYK
RGB Variations
Color information
#AEDDF4 (or 0xAEDDF4) is known color: Light Blue. HEX triplet: AE, DD and F4. RGB value is (174,221,244). Sum of RGB (Red+Green+Blue) = 174+221+244=639 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.23% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 244 (95.70% from 255 or 38.18% from 639); Max value from RGB is 244 - color contains mainly: blue. Hex color #AEDDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF4 is #51220B. Grayscale: #D1D1D1. Windows color (decimal): -5317132 or 16047534. OLE color: 16047534.
HSL color Cylindrical-coordinate representation of color #AEDDF4: hue angle of 199.71º degrees, saturation: 0.76, 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 #AEDDF4 is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 174 | 221 | 244 | - |
CMYK | 0.29 | 0.09 | 0 | 0.04 |
HSL | 199.71º | 0.76% | 0.82% | - |
HSV(B) | 199.71º | 0.29% | 0.96% | - |
XYZ | 59.64 | 67.24 | 95.42 | - |
YUV | 209.57 | 147.43 | 102.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 221 | 244 | 0.29 | 0.09 | 0 | 0.04 | 199.71 | 0.76 | 0.82 |
Hex | AE | DD | F4 | 1D | 9 | 0 | 4 | C8 | 4C | 52 |
Octal | 256 | 335 | 364 | 35 | 11 | 0 | 4 | 310 | 114 | 122 |
Binary | 10101110 | 11011101 | 11110100 | 11101 | 1001 | 0 | 100 | 11001000 | 1001100 | 1010010 |
Color Harmonies of #AEDDF4
Complementary color
Monochromatic Colors of #AEDDF4
Black with #AEDDF4
Text Example
Text Example
White with #AEDDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDF4; }
p { color: rgb(174,221,244); }
H1.HeaderClassName
{
color: #AEDDF4;
}
.AnyTagClassName
{
color: #AEDDF4;
}
</style>
background-color css
<style>
a { background-color: #AEDDF4; }
a { background-color: rgb(174,221,244); }
div.DivClassName
{
background-color: #AEDDF4;
}
.BgClassName
{
background-color: #AEDDF4;
}
</style>
border-color css
<style>
span { border-color: #AEDDF4; }
span { border-color: rgb(174,221,244); }
td.TdClassName
{
border-color: #AEDDF4;
}
.TagClassName
{
border-color: #AEDDF4;
}
</style>