Shades of Aero Blue #C3FFDC
Tints of Aero Blue #C3FFDC
RGB
CMYK
RGB Variations
Color information
#C3FFDC (or 0xC3FFDC) is known color: Aero Blue. HEX triplet: C3, FF and DC. RGB value is (195,255,220). Sum of RGB (Red+Green+Blue) = 195+255+220=670 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.10% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFDC is #3C0023. Grayscale: #E9E9E9. Windows color (decimal): -3932196 or 14483395. OLE color: 14483395.
HSL color Cylindrical-coordinate representation of color #C3FFDC: hue angle of 145º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3FFDC is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 220 | - |
| CMYK | 0.24 | 0 | 0.14 | 0 |
| HSL | 145º | 1% | 0.88% | - |
| HSV(B) | 145º | 0.24% | 1% | - |
| XYZ | 71.18 | 88.29 | 81 | - |
| YUV | 233.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 220 | 0.24 | 0 | 0.14 | 0 | 145 | 1 | 0.88 |
| Hex | C3 | FF | DC | 18 | 0 | E | 0 | 91 | 64 | 58 |
| Octal | 303 | 377 | 334 | 30 | 0 | 16 | 0 | 221 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11011100 | 11000 | 0 | 1110 | 0 | 10010001 | 1100100 | 1011000 |
Color Harmonies of #C3FFDC
Complementary color
Monochromatic Colors of #C3FFDC
Black with #C3FFDC
Text Example
Text Example
White with #C3FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFDC; }
p { color: rgb(195,255,220); }
H1.HeaderClassName
{
color: #C3FFDC;
}
.AnyTagClassName
{
color: #C3FFDC;
}
</style>
background-color css
<style>
a { background-color: #C3FFDC; }
a { background-color: rgb(195,255,220); }
div.DivClassName
{
background-color: #C3FFDC;
}
.BgClassName
{
background-color: #C3FFDC;
}
</style>
border-color css
<style>
span { border-color: #C3FFDC; }
span { border-color: rgb(195,255,220); }
td.TdClassName
{
border-color: #C3FFDC;
}
.TagClassName
{
border-color: #C3FFDC;
}
</style>