Shades of Aero Blue #C3FCDA
Tints of Aero Blue #C3FCDA
RGB
CMYK
RGB Variations
Color information
#C3FCDA (or 0xC3FCDA) is known color: Aero Blue. HEX triplet: C3, FC and DA. RGB value is (195,252,218). Sum of RGB (Red+Green+Blue) = 195+252+218=665 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.32% from 665); Green value is 252 (98.83% from 255 or 37.89% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FCDA is #3C0325. Grayscale: #E7E7E7. Windows color (decimal): -3932966 or 14351555. OLE color: 14351555.
HSL color Cylindrical-coordinate representation of color #C3FCDA: hue angle of 144.21º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FCDA is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 218 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.01 |
| HSL | 144.21º | 0.9% | 0.88% | - |
| HSV(B) | 144.21º | 0.23% | 0.99% | - |
| XYZ | 69.97 | 86.28 | 79.3 | - |
| YUV | 231.08 | 120.62 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 218 | 0.23 | 0 | 0.13 | 0.01 | 144.21 | 0.9 | 0.88 |
| Hex | C3 | FC | DA | 17 | 0 | D | 1 | 90 | 5A | 58 |
| Octal | 303 | 374 | 332 | 27 | 0 | 15 | 1 | 220 | 132 | 130 |
| Binary | 11000011 | 11111100 | 11011010 | 10111 | 0 | 1101 | 1 | 10010000 | 1011010 | 1011000 |
Color Harmonies of #C3FCDA
Complementary color
Monochromatic Colors of #C3FCDA
Black with #C3FCDA
Text Example
Text Example
White with #C3FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FCDA; }
p { color: rgb(195,252,218); }
H1.HeaderClassName
{
color: #C3FCDA;
}
.AnyTagClassName
{
color: #C3FCDA;
}
</style>
background-color css
<style>
a { background-color: #C3FCDA; }
a { background-color: rgb(195,252,218); }
div.DivClassName
{
background-color: #C3FCDA;
}
.BgClassName
{
background-color: #C3FCDA;
}
</style>
border-color css
<style>
span { border-color: #C3FCDA; }
span { border-color: rgb(195,252,218); }
td.TdClassName
{
border-color: #C3FCDA;
}
.TagClassName
{
border-color: #C3FCDA;
}
</style>