Shades of Aero Blue #C4DFD3
Tints of Aero Blue #C4DFD3
RGB
CMYK
RGB Variations
Color information
#C4DFD3 (or 0xC4DFD3) is known color: Aero Blue. HEX triplet: C4, DF and D3. RGB value is (196,223,211). Sum of RGB (Red+Green+Blue) = 196+223+211=630 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.11% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFD3 is #3B202C. Grayscale: #D5D5D5. Windows color (decimal): -3874861 or 13885380. OLE color: 13885380.
HSL color Cylindrical-coordinate representation of color #C4DFD3: hue angle of 153.33º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4DFD3 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 211 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.13 |
| HSL | 153.33º | 0.3% | 0.82% | - |
| HSV(B) | 153.33º | 0.12% | 0.87% | - |
| XYZ | 60.91 | 69.21 | 71.78 | - |
| YUV | 213.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 211 | 0.12 | 0 | 0.05 | 0.13 | 153.33 | 0.3 | 0.82 |
| Hex | C4 | DF | D3 | C | 0 | 5 | D | 99 | 1E | 52 |
| Octal | 304 | 337 | 323 | 14 | 0 | 5 | 15 | 231 | 36 | 122 |
| Binary | 11000100 | 11011111 | 11010011 | 1100 | 0 | 101 | 1101 | 10011001 | 11110 | 1010010 |
Color Harmonies of #C4DFD3
Complementary color
Monochromatic Colors of #C4DFD3
Black with #C4DFD3
Text Example
Text Example
White with #C4DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DFD3; }
p { color: rgb(196,223,211); }
H1.HeaderClassName
{
color: #C4DFD3;
}
.AnyTagClassName
{
color: #C4DFD3;
}
</style>
background-color css
<style>
a { background-color: #C4DFD3; }
a { background-color: rgb(196,223,211); }
div.DivClassName
{
background-color: #C4DFD3;
}
.BgClassName
{
background-color: #C4DFD3;
}
</style>
border-color css
<style>
span { border-color: #C4DFD3; }
span { border-color: rgb(196,223,211); }
td.TdClassName
{
border-color: #C4DFD3;
}
.TagClassName
{
border-color: #C4DFD3;
}
</style>