Shades of Aero Blue #C4DFCF
Tints of Aero Blue #C4DFCF
RGB
CMYK
RGB Variations
Color information
#C4DFCF (or 0xC4DFCF) is known color: Aero Blue. HEX triplet: C4, DF and CF. RGB value is (196,223,207). Sum of RGB (Red+Green+Blue) = 196+223+207=626 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.31% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #C4DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4DFCF is #3B2030. Grayscale: #D5D5D5. Windows color (decimal): -3874865 or 13623236. OLE color: 13623236.
HSL color Cylindrical-coordinate representation of color #C4DFCF: hue angle of 144.44º 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 #C4DFCF is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 223 | 207 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.13 |
| HSL | 144.44º | 0.3% | 0.82% | - |
| HSV(B) | 144.44º | 0.12% | 0.87% | - |
| XYZ | 60.42 | 69.02 | 69.17 | - |
| YUV | 213.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 223 | 207 | 0.12 | 0 | 0.07 | 0.13 | 144.44 | 0.3 | 0.82 |
| Hex | C4 | DF | CF | C | 0 | 7 | D | 90 | 1E | 52 |
| Octal | 304 | 337 | 317 | 14 | 0 | 7 | 15 | 220 | 36 | 122 |
| Binary | 11000100 | 11011111 | 11001111 | 1100 | 0 | 111 | 1101 | 10010000 | 11110 | 1010010 |
Color Harmonies of #C4DFCF
Complementary color
Monochromatic Colors of #C4DFCF
Black with #C4DFCF
Text Example
Text Example
White with #C4DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DFCF; }
p { color: rgb(196,223,207); }
H1.HeaderClassName
{
color: #C4DFCF;
}
.AnyTagClassName
{
color: #C4DFCF;
}
</style>
background-color css
<style>
a { background-color: #C4DFCF; }
a { background-color: rgb(196,223,207); }
div.DivClassName
{
background-color: #C4DFCF;
}
.BgClassName
{
background-color: #C4DFCF;
}
</style>
border-color css
<style>
span { border-color: #C4DFCF; }
span { border-color: rgb(196,223,207); }
td.TdClassName
{
border-color: #C4DFCF;
}
.TagClassName
{
border-color: #C4DFCF;
}
</style>