Shades of Aero Blue #C3FCDD
Tints of Aero Blue #C3FCDD
RGB
CMYK
RGB Variations
Color information
#C3FCDD (or 0xC3FCDD) is known color: Aero Blue. HEX triplet: C3, FC and DD. RGB value is (195,252,221). Sum of RGB (Red+Green+Blue) = 195+252+221=668 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.19% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FCDD is #3C0322. Grayscale: #E7E7E7. Windows color (decimal): -3932963 or 14548163. OLE color: 14548163.
HSL color Cylindrical-coordinate representation of color #C3FCDD: hue angle of 147.37º 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 #C3FCDD is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 221 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.01 |
| HSL | 147.37º | 0.9% | 0.88% | - |
| HSV(B) | 147.37º | 0.23% | 0.99% | - |
| XYZ | 70.37 | 86.44 | 81.38 | - |
| YUV | 231.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 221 | 0.23 | 0 | 0.12 | 0.01 | 147.37 | 0.9 | 0.88 |
| Hex | C3 | FC | DD | 17 | 0 | C | 1 | 93 | 5A | 58 |
| Octal | 303 | 374 | 335 | 27 | 0 | 14 | 1 | 223 | 132 | 130 |
| Binary | 11000011 | 11111100 | 11011101 | 10111 | 0 | 1100 | 1 | 10010011 | 1011010 | 1011000 |
Color Harmonies of #C3FCDD
Complementary color
Monochromatic Colors of #C3FCDD
Black with #C3FCDD
Text Example
Text Example
White with #C3FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FCDD; }
p { color: rgb(195,252,221); }
H1.HeaderClassName
{
color: #C3FCDD;
}
.AnyTagClassName
{
color: #C3FCDD;
}
</style>
background-color css
<style>
a { background-color: #C3FCDD; }
a { background-color: rgb(195,252,221); }
div.DivClassName
{
background-color: #C3FCDD;
}
.BgClassName
{
background-color: #C3FCDD;
}
</style>
border-color css
<style>
span { border-color: #C3FCDD; }
span { border-color: rgb(195,252,221); }
td.TdClassName
{
border-color: #C3FCDD;
}
.TagClassName
{
border-color: #C3FCDD;
}
</style>