Shades of Aero Blue #C3FFDD
Tints of Aero Blue #C3FFDD
RGB
CMYK
RGB Variations
Color information
#C3FFDD (or 0xC3FFDD) is known color: Aero Blue. HEX triplet: C3, FF and DD. RGB value is (195,255,221). Sum of RGB (Red+Green+Blue) = 195+255+221=671 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.06% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFDD is #3C0022. Grayscale: #E9E9E9. Windows color (decimal): -3932195 or 14548931. OLE color: 14548931.
HSL color Cylindrical-coordinate representation of color #C3FFDD: hue angle of 146º 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 #C3FFDD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 221 | - |
| CMYK | 0.24 | 0 | 0.13 | 0 |
| HSL | 146º | 1% | 0.88% | - |
| HSV(B) | 146º | 0.24% | 1% | - |
| XYZ | 71.32 | 88.34 | 81.7 | - |
| YUV | 233.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 221 | 0.24 | 0 | 0.13 | 0 | 146 | 1 | 0.88 |
| Hex | C3 | FF | DD | 18 | 0 | D | 0 | 92 | 64 | 58 |
| Octal | 303 | 377 | 335 | 30 | 0 | 15 | 0 | 222 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11011101 | 11000 | 0 | 1101 | 0 | 10010010 | 1100100 | 1011000 |
Color Harmonies of #C3FFDD
Complementary color
Monochromatic Colors of #C3FFDD
Black with #C3FFDD
Text Example
Text Example
White with #C3FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFDD; }
p { color: rgb(195,255,221); }
H1.HeaderClassName
{
color: #C3FFDD;
}
.AnyTagClassName
{
color: #C3FFDD;
}
</style>
background-color css
<style>
a { background-color: #C3FFDD; }
a { background-color: rgb(195,255,221); }
div.DivClassName
{
background-color: #C3FFDD;
}
.BgClassName
{
background-color: #C3FFDD;
}
</style>
border-color css
<style>
span { border-color: #C3FFDD; }
span { border-color: rgb(195,255,221); }
td.TdClassName
{
border-color: #C3FFDD;
}
.TagClassName
{
border-color: #C3FFDD;
}
</style>