Shades of Aero Blue #C3DCCF
Tints of Aero Blue #C3DCCF
RGB
CMYK
RGB Variations
Color information
#C3DCCF (or 0xC3DCCF) is known color: Aero Blue. HEX triplet: C3, DC and CF. RGB value is (195,220,207). Sum of RGB (Red+Green+Blue) = 195+220+207=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #C3DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3DCCF is #3C2330. Grayscale: #D3D3D3. Windows color (decimal): -3941169 or 13622467. OLE color: 13622467.
HSL color Cylindrical-coordinate representation of color #C3DCCF: hue angle of 148.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C3DCCF is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 220 | 207 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.14 |
| HSL | 148.8º | 0.26% | 0.81% | - |
| HSV(B) | 148.8º | 0.11% | 0.86% | - |
| XYZ | 59.36 | 67.29 | 68.89 | - |
| YUV | 211.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 220 | 207 | 0.11 | 0 | 0.06 | 0.14 | 148.8 | 0.26 | 0.81 |
| Hex | C3 | DC | CF | B | 0 | 6 | E | 95 | 1A | 51 |
| Octal | 303 | 334 | 317 | 13 | 0 | 6 | 16 | 225 | 32 | 121 |
| Binary | 11000011 | 11011100 | 11001111 | 1011 | 0 | 110 | 1110 | 10010101 | 11010 | 1010001 |
Color Harmonies of #C3DCCF
Complementary color
Monochromatic Colors of #C3DCCF
Black with #C3DCCF
Text Example
Text Example
White with #C3DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DCCF; }
p { color: rgb(195,220,207); }
H1.HeaderClassName
{
color: #C3DCCF;
}
.AnyTagClassName
{
color: #C3DCCF;
}
</style>
background-color css
<style>
a { background-color: #C3DCCF; }
a { background-color: rgb(195,220,207); }
div.DivClassName
{
background-color: #C3DCCF;
}
.BgClassName
{
background-color: #C3DCCF;
}
</style>
border-color css
<style>
span { border-color: #C3DCCF; }
span { border-color: rgb(195,220,207); }
td.TdClassName
{
border-color: #C3DCCF;
}
.TagClassName
{
border-color: #C3DCCF;
}
</style>