Shades of Light Blue #AEDCF3
Tints of Light Blue #AEDCF3
RGB
CMYK
RGB Variations
Color information
#AEDCF3 (or 0xAEDCF3) is known color: Light Blue. HEX triplet: AE, DC and F3. RGB value is (174,220,243). Sum of RGB (Red+Green+Blue) = 174+220+243=637 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.32% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #AEDCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDCF3 is #51230C. Grayscale: #D0D0D0. Windows color (decimal): -5317389 or 15981742. OLE color: 15981742.
HSL color Cylindrical-coordinate representation of color #AEDCF3: hue angle of 200º 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 #AEDCF3 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 220 | 243 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.05 |
| HSL | 200º | 0.74% | 0.82% | - |
| HSV(B) | 200º | 0.28% | 0.95% | - |
| XYZ | 59.23 | 66.66 | 94.54 | - |
| YUV | 208.87 | 147.26 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 243 | 0.28 | 0.09 | 0 | 0.05 | 200 | 0.74 | 0.82 |
| Hex | AE | DC | F3 | 1C | 9 | 0 | 5 | C8 | 4A | 52 |
| Octal | 256 | 334 | 363 | 34 | 11 | 0 | 5 | 310 | 112 | 122 |
| Binary | 10101110 | 11011100 | 11110011 | 11100 | 1001 | 0 | 101 | 11001000 | 1001010 | 1010010 |
Color Harmonies of #AEDCF3
Complementary color
Monochromatic Colors of #AEDCF3
Black with #AEDCF3
Text Example
Text Example
White with #AEDCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDCF3; }
p { color: rgb(174,220,243); }
H1.HeaderClassName
{
color: #AEDCF3;
}
.AnyTagClassName
{
color: #AEDCF3;
}
</style>
background-color css
<style>
a { background-color: #AEDCF3; }
a { background-color: rgb(174,220,243); }
div.DivClassName
{
background-color: #AEDCF3;
}
.BgClassName
{
background-color: #AEDCF3;
}
</style>
border-color css
<style>
span { border-color: #AEDCF3; }
span { border-color: rgb(174,220,243); }
td.TdClassName
{
border-color: #AEDCF3;
}
.TagClassName
{
border-color: #AEDCF3;
}
</style>