Shades of Aero Blue #C5DACF
Tints of Aero Blue #C5DACF
RGB
CMYK
RGB Variations
Color information
#C5DACF (or 0xC5DACF) is known color: Aero Blue. HEX triplet: C5, DA and CF. RGB value is (197,218,207). Sum of RGB (Red+Green+Blue) = 197+218+207=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 218 - color contains mainly: green. Hex color #C5DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DACF is #3A2530. Grayscale: #D2D2D2. Windows color (decimal): -3810609 or 13621957. OLE color: 13621957.
HSL color Cylindrical-coordinate representation of color #C5DACF: hue angle of 148.57º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DACF is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 218 | 207 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.15 |
| HSL | 148.57º | 0.22% | 0.81% | - |
| HSV(B) | 148.57º | 0.1% | 0.85% | - |
| XYZ | 59.36 | 66.52 | 68.74 | - |
| YUV | 210.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 218 | 207 | 0.10 | 0 | 0.05 | 0.15 | 148.57 | 0.22 | 0.81 |
| Hex | C5 | DA | CF | A | 0 | 5 | F | 95 | 16 | 51 |
| Octal | 305 | 332 | 317 | 12 | 0 | 5 | 17 | 225 | 26 | 121 |
| Binary | 11000101 | 11011010 | 11001111 | 1010 | 0 | 101 | 1111 | 10010101 | 10110 | 1010001 |
Color Harmonies of #C5DACF
Complementary color
Monochromatic Colors of #C5DACF
Black with #C5DACF
Text Example
Text Example
White with #C5DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DACF; }
p { color: rgb(197,218,207); }
H1.HeaderClassName
{
color: #C5DACF;
}
.AnyTagClassName
{
color: #C5DACF;
}
</style>
background-color css
<style>
a { background-color: #C5DACF; }
a { background-color: rgb(197,218,207); }
div.DivClassName
{
background-color: #C5DACF;
}
.BgClassName
{
background-color: #C5DACF;
}
</style>
border-color css
<style>
span { border-color: #C5DACF; }
span { border-color: rgb(197,218,207); }
td.TdClassName
{
border-color: #C5DACF;
}
.TagClassName
{
border-color: #C5DACF;
}
</style>