Shades of Aero Blue #C3FCDB
Tints of Aero Blue #C3FCDB
RGB
CMYK
RGB Variations
Color information
#C3FCDB (or 0xC3FCDB) is known color: Aero Blue. HEX triplet: C3, FC and DB. RGB value is (195,252,219). Sum of RGB (Red+Green+Blue) = 195+252+219=666 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.28% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 219 (85.94% from 255 or 32.88% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #C3FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FCDB is #3C0324. Grayscale: #E7E7E7. Windows color (decimal): -3932965 or 14417091. OLE color: 14417091.
HSL color Cylindrical-coordinate representation of color #C3FCDB: hue angle of 145.26º 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 #C3FCDB is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 252 | 219 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.01 |
| HSL | 145.26º | 0.9% | 0.88% | - |
| HSV(B) | 145.26º | 0.23% | 0.99% | - |
| XYZ | 70.1 | 86.34 | 79.99 | - |
| YUV | 231.2 | 121.12 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 252 | 219 | 0.23 | 0 | 0.13 | 0.01 | 145.26 | 0.9 | 0.88 |
| Hex | C3 | FC | DB | 17 | 0 | D | 1 | 91 | 5A | 58 |
| Octal | 303 | 374 | 333 | 27 | 0 | 15 | 1 | 221 | 132 | 130 |
| Binary | 11000011 | 11111100 | 11011011 | 10111 | 0 | 1101 | 1 | 10010001 | 1011010 | 1011000 |
Color Harmonies of #C3FCDB
Complementary color
Monochromatic Colors of #C3FCDB
Black with #C3FCDB
Text Example
Text Example
White with #C3FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FCDB; }
p { color: rgb(195,252,219); }
H1.HeaderClassName
{
color: #C3FCDB;
}
.AnyTagClassName
{
color: #C3FCDB;
}
</style>
background-color css
<style>
a { background-color: #C3FCDB; }
a { background-color: rgb(195,252,219); }
div.DivClassName
{
background-color: #C3FCDB;
}
.BgClassName
{
background-color: #C3FCDB;
}
</style>
border-color css
<style>
span { border-color: #C3FCDB; }
span { border-color: rgb(195,252,219); }
td.TdClassName
{
border-color: #C3FCDB;
}
.TagClassName
{
border-color: #C3FCDB;
}
</style>