Shades of Aero Blue #C3DACF
Tints of Aero Blue #C3DACF
RGB
CMYK
RGB Variations
Color information
#C3DACF (or 0xC3DACF) is known color: Aero Blue. HEX triplet: C3, DA and CF. RGB value is (195,218,207). Sum of RGB (Red+Green+Blue) = 195+218+207=620 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.45% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #C3DACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DACF is #3C2530. Grayscale: #D1D1D1. Windows color (decimal): -3941681 or 13621955. OLE color: 13621955.
HSL color Cylindrical-coordinate representation of color #C3DACF: hue angle of 151.3º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DACF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 218 | 207 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.15 |
| HSL | 151.3º | 0.24% | 0.81% | - |
| HSV(B) | 151.3º | 0.11% | 0.85% | - |
| XYZ | 58.84 | 66.25 | 68.72 | - |
| YUV | 209.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 218 | 207 | 0.11 | 0 | 0.05 | 0.15 | 151.3 | 0.24 | 0.81 |
| Hex | C3 | DA | CF | B | 0 | 5 | F | 97 | 18 | 51 |
| Octal | 303 | 332 | 317 | 13 | 0 | 5 | 17 | 227 | 30 | 121 |
| Binary | 11000011 | 11011010 | 11001111 | 1011 | 0 | 101 | 1111 | 10010111 | 11000 | 1010001 |
Color Harmonies of #C3DACF
Complementary color
Monochromatic Colors of #C3DACF
Black with #C3DACF
Text Example
Text Example
White with #C3DACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DACF; }
p { color: rgb(195,218,207); }
H1.HeaderClassName
{
color: #C3DACF;
}
.AnyTagClassName
{
color: #C3DACF;
}
</style>
background-color css
<style>
a { background-color: #C3DACF; }
a { background-color: rgb(195,218,207); }
div.DivClassName
{
background-color: #C3DACF;
}
.BgClassName
{
background-color: #C3DACF;
}
</style>
border-color css
<style>
span { border-color: #C3DACF; }
span { border-color: rgb(195,218,207); }
td.TdClassName
{
border-color: #C3DACF;
}
.TagClassName
{
border-color: #C3DACF;
}
</style>