Shades of Aero Blue #C5DDCF
Tints of Aero Blue #C5DDCF
RGB
CMYK
RGB Variations
Color information
#C5DDCF (or 0xC5DDCF) is known color: Aero Blue. HEX triplet: C5, DD and CF. RGB value is (197,221,207). Sum of RGB (Red+Green+Blue) = 197+221+207=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DDCF is #3A2230. Grayscale: #D4D4D4. Windows color (decimal): -3809841 or 13622725. OLE color: 13622725.
HSL color Cylindrical-coordinate representation of color #C5DDCF: hue angle of 145º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5DDCF is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 221 | 207 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.13 |
| HSL | 145º | 0.26% | 0.82% | - |
| HSV(B) | 145º | 0.11% | 0.87% | - |
| XYZ | 60.14 | 68.09 | 69 | - |
| YUV | 212.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 221 | 207 | 0.11 | 0 | 0.06 | 0.13 | 145 | 0.26 | 0.82 |
| Hex | C5 | DD | CF | B | 0 | 6 | D | 91 | 1A | 52 |
| Octal | 305 | 335 | 317 | 13 | 0 | 6 | 15 | 221 | 32 | 122 |
| Binary | 11000101 | 11011101 | 11001111 | 1011 | 0 | 110 | 1101 | 10010001 | 11010 | 1010010 |
Color Harmonies of #C5DDCF
Complementary color
Monochromatic Colors of #C5DDCF
Black with #C5DDCF
Text Example
Text Example
White with #C5DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DDCF; }
p { color: rgb(197,221,207); }
H1.HeaderClassName
{
color: #C5DDCF;
}
.AnyTagClassName
{
color: #C5DDCF;
}
</style>
background-color css
<style>
a { background-color: #C5DDCF; }
a { background-color: rgb(197,221,207); }
div.DivClassName
{
background-color: #C5DDCF;
}
.BgClassName
{
background-color: #C5DDCF;
}
</style>
border-color css
<style>
span { border-color: #C5DDCF; }
span { border-color: rgb(197,221,207); }
td.TdClassName
{
border-color: #C5DDCF;
}
.TagClassName
{
border-color: #C5DDCF;
}
</style>