Shades of Aero Blue #C5DBCF
Tints of Aero Blue #C5DBCF
RGB
CMYK
RGB Variations
Color information
#C5DBCF (or 0xC5DBCF) is known color: Aero Blue. HEX triplet: C5, DB and CF. RGB value is (197,219,207). Sum of RGB (Red+Green+Blue) = 197+219+207=623 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.62% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBCF is #3A2430. Grayscale: #D3D3D3. Windows color (decimal): -3810353 or 13622213. OLE color: 13622213.
HSL color Cylindrical-coordinate representation of color #C5DBCF: hue angle of 147.27º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5DBCF is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 207 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.14 |
| HSL | 147.27º | 0.23% | 0.82% | - |
| HSV(B) | 147.27º | 0.1% | 0.86% | - |
| XYZ | 59.62 | 67.04 | 68.83 | - |
| YUV | 211.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 207 | 0.10 | 0 | 0.05 | 0.14 | 147.27 | 0.23 | 0.82 |
| Hex | C5 | DB | CF | A | 0 | 5 | E | 93 | 17 | 52 |
| Octal | 305 | 333 | 317 | 12 | 0 | 5 | 16 | 223 | 27 | 122 |
| Binary | 11000101 | 11011011 | 11001111 | 1010 | 0 | 101 | 1110 | 10010011 | 10111 | 1010010 |
Color Harmonies of #C5DBCF
Complementary color
Monochromatic Colors of #C5DBCF
Black with #C5DBCF
Text Example
Text Example
White with #C5DBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBCF; }
p { color: rgb(197,219,207); }
H1.HeaderClassName
{
color: #C5DBCF;
}
.AnyTagClassName
{
color: #C5DBCF;
}
</style>
background-color css
<style>
a { background-color: #C5DBCF; }
a { background-color: rgb(197,219,207); }
div.DivClassName
{
background-color: #C5DBCF;
}
.BgClassName
{
background-color: #C5DBCF;
}
</style>
border-color css
<style>
span { border-color: #C5DBCF; }
span { border-color: rgb(197,219,207); }
td.TdClassName
{
border-color: #C5DBCF;
}
.TagClassName
{
border-color: #C5DBCF;
}
</style>