Shades of Light Blue #AED4DF
Tints of Light Blue #AED4DF
RGB
CMYK
RGB Variations
Color information
#AED4DF (or 0xAED4DF) is known color: Light Blue. HEX triplet: AE, D4 and DF. RGB value is (174,212,223). Sum of RGB (Red+Green+Blue) = 174+212+223=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 212 (83.20% from 255 or 34.81% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #AED4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4DF is #512B20. Grayscale: #C9C9C9. Windows color (decimal): -5319457 or 14668974. OLE color: 14668974.
HSL color Cylindrical-coordinate representation of color #AED4DF: hue angle of 193.47º 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 #AED4DF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 212 | 223 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.13 |
| HSL | 193.47º | 0.43% | 0.78% | - |
| HSV(B) | 193.47º | 0.22% | 0.87% | - |
| XYZ | 54.32 | 61.41 | 78.8 | - |
| YUV | 201.89 | 139.91 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 212 | 223 | 0.22 | 0.05 | 0 | 0.13 | 193.47 | 0.43 | 0.78 |
| Hex | AE | D4 | DF | 16 | 5 | 0 | D | C1 | 2B | 4E |
| Octal | 256 | 324 | 337 | 26 | 5 | 0 | 15 | 301 | 53 | 116 |
| Binary | 10101110 | 11010100 | 11011111 | 10110 | 101 | 0 | 1101 | 11000001 | 101011 | 1001110 |
Color Harmonies of #AED4DF
Complementary color
Monochromatic Colors of #AED4DF
Black with #AED4DF
Text Example
Text Example
White with #AED4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED4DF; }
p { color: rgb(174,212,223); }
H1.HeaderClassName
{
color: #AED4DF;
}
.AnyTagClassName
{
color: #AED4DF;
}
</style>
background-color css
<style>
a { background-color: #AED4DF; }
a { background-color: rgb(174,212,223); }
div.DivClassName
{
background-color: #AED4DF;
}
.BgClassName
{
background-color: #AED4DF;
}
</style>
border-color css
<style>
span { border-color: #AED4DF; }
span { border-color: rgb(174,212,223); }
td.TdClassName
{
border-color: #AED4DF;
}
.TagClassName
{
border-color: #AED4DF;
}
</style>