Shades of Light Blue #AEDDF3
Tints of Light Blue #AEDDF3
RGB
CMYK
RGB Variations
Color information
#AEDDF3 (or 0xAEDDF3) is known color: Light Blue. HEX triplet: AE, DD and F3. RGB value is (174,221,243). Sum of RGB (Red+Green+Blue) = 174+221+243=638 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.27% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEDDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDDF3 is #51220C. Grayscale: #D1D1D1. Windows color (decimal): -5317133 or 15981998. OLE color: 15981998.
HSL color Cylindrical-coordinate representation of color #AEDDF3: hue angle of 199.13º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEDDF3 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 221 | 243 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.05 |
| HSL | 199.13º | 0.74% | 0.82% | - |
| HSV(B) | 199.13º | 0.28% | 0.95% | - |
| XYZ | 59.49 | 67.18 | 94.63 | - |
| YUV | 209.46 | 146.93 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 243 | 0.28 | 0.09 | 0 | 0.05 | 199.13 | 0.74 | 0.82 |
| Hex | AE | DD | F3 | 1C | 9 | 0 | 5 | C7 | 4A | 52 |
| Octal | 256 | 335 | 363 | 34 | 11 | 0 | 5 | 307 | 112 | 122 |
| Binary | 10101110 | 11011101 | 11110011 | 11100 | 1001 | 0 | 101 | 11000111 | 1001010 | 1010010 |
Color Harmonies of #AEDDF3
Complementary color
Monochromatic Colors of #AEDDF3
Black with #AEDDF3
Text Example
Text Example
White with #AEDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDDF3; }
p { color: rgb(174,221,243); }
H1.HeaderClassName
{
color: #AEDDF3;
}
.AnyTagClassName
{
color: #AEDDF3;
}
</style>
background-color css
<style>
a { background-color: #AEDDF3; }
a { background-color: rgb(174,221,243); }
div.DivClassName
{
background-color: #AEDDF3;
}
.BgClassName
{
background-color: #AEDDF3;
}
</style>
border-color css
<style>
span { border-color: #AEDDF3; }
span { border-color: rgb(174,221,243); }
td.TdClassName
{
border-color: #AEDDF3;
}
.TagClassName
{
border-color: #AEDDF3;
}
</style>