Shades of Light Blue #AED1DF
Tints of Light Blue #AED1DF
RGB
CMYK
RGB Variations
Color information
#AED1DF (or 0xAED1DF) is known color: Light Blue. HEX triplet: AE, D1 and DF. RGB value is (174,209,223). Sum of RGB (Red+Green+Blue) = 174+209+223=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 209 (82.03% from 255 or 34.49% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #AED1DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1DF is #512E20. Grayscale: #C8C8C8. Windows color (decimal): -5320225 or 14668206. OLE color: 14668206.
HSL color Cylindrical-coordinate representation of color #AED1DF: hue angle of 197.14º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AED1DF is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 209 | 223 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.13 |
| HSL | 197.14º | 0.43% | 0.78% | - |
| HSV(B) | 197.14º | 0.22% | 0.87% | - |
| XYZ | 53.58 | 59.93 | 78.56 | - |
| YUV | 200.13 | 140.9 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 209 | 223 | 0.22 | 0.06 | 0 | 0.13 | 197.14 | 0.43 | 0.78 |
| Hex | AE | D1 | DF | 16 | 6 | 0 | D | C5 | 2B | 4E |
| Octal | 256 | 321 | 337 | 26 | 6 | 0 | 15 | 305 | 53 | 116 |
| Binary | 10101110 | 11010001 | 11011111 | 10110 | 110 | 0 | 1101 | 11000101 | 101011 | 1001110 |
Color Harmonies of #AED1DF
Complementary color
Monochromatic Colors of #AED1DF
Black with #AED1DF
Text Example
Text Example
White with #AED1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED1DF; }
p { color: rgb(174,209,223); }
H1.HeaderClassName
{
color: #AED1DF;
}
.AnyTagClassName
{
color: #AED1DF;
}
</style>
background-color css
<style>
a { background-color: #AED1DF; }
a { background-color: rgb(174,209,223); }
div.DivClassName
{
background-color: #AED1DF;
}
.BgClassName
{
background-color: #AED1DF;
}
</style>
border-color css
<style>
span { border-color: #AED1DF; }
span { border-color: rgb(174,209,223); }
td.TdClassName
{
border-color: #AED1DF;
}
.TagClassName
{
border-color: #AED1DF;
}
</style>