Shades of Aero Blue #C3FFDF
Tints of Aero Blue #C3FFDF
RGB
CMYK
RGB Variations
Color information
#C3FFDF (or 0xC3FFDF) is known color: Aero Blue. HEX triplet: C3, FF and DF. RGB value is (195,255,223). Sum of RGB (Red+Green+Blue) = 195+255+223=673 (89% of max value = 765). Red value is 195 (76.56% from 255 or 28.97% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 223 (87.5% from 255 or 33.14% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFDF is #3C0020. Grayscale: #E9E9E9. Windows color (decimal): -3932193 or 14680003. OLE color: 14680003.
HSL color Cylindrical-coordinate representation of color #C3FFDF: hue angle of 148º 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 #C3FFDF is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 223 | - |
| CMYK | 0.24 | 0 | 0.13 | 0 |
| HSL | 148º | 1% | 0.88% | - |
| HSV(B) | 148º | 0.24% | 1% | - |
| XYZ | 71.58 | 88.45 | 83.11 | - |
| YUV | 233.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 223 | 0.24 | 0 | 0.13 | 0 | 148 | 1 | 0.88 |
| Hex | C3 | FF | DF | 18 | 0 | D | 0 | 94 | 64 | 58 |
| Octal | 303 | 377 | 337 | 30 | 0 | 15 | 0 | 224 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11011111 | 11000 | 0 | 1101 | 0 | 10010100 | 1100100 | 1011000 |
Color Harmonies of #C3FFDF
Complementary color
Monochromatic Colors of #C3FFDF
Black with #C3FFDF
Text Example
Text Example
White with #C3FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFDF; }
p { color: rgb(195,255,223); }
H1.HeaderClassName
{
color: #C3FFDF;
}
.AnyTagClassName
{
color: #C3FFDF;
}
</style>
background-color css
<style>
a { background-color: #C3FFDF; }
a { background-color: rgb(195,255,223); }
div.DivClassName
{
background-color: #C3FFDF;
}
.BgClassName
{
background-color: #C3FFDF;
}
</style>
border-color css
<style>
span { border-color: #C3FFDF; }
span { border-color: rgb(195,255,223); }
td.TdClassName
{
border-color: #C3FFDF;
}
.TagClassName
{
border-color: #C3FFDF;
}
</style>