Shades of Aero Blue #C3FADB
Tints of Aero Blue #C3FADB
RGB
CMYK
RGB Variations
Color information
#C3FADB (or 0xC3FADB) is known color: Aero Blue. HEX triplet: C3, FA and DB. RGB value is (195,250,219). Sum of RGB (Red+Green+Blue) = 195+250+219=664 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.37% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FADB is #3C0524. Grayscale: #E6E6E6. Windows color (decimal): -3933477 or 14416579. OLE color: 14416579.
HSL color Cylindrical-coordinate representation of color #C3FADB: hue angle of 146.18º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3FADB is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 250 | 219 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.02 |
| HSL | 146.18º | 0.85% | 0.87% | - |
| HSV(B) | 146.18º | 0.22% | 0.98% | - |
| XYZ | 69.48 | 85.09 | 79.78 | - |
| YUV | 230.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 250 | 219 | 0.22 | 0 | 0.12 | 0.02 | 146.18 | 0.85 | 0.87 |
| Hex | C3 | FA | DB | 16 | 0 | C | 2 | 92 | 55 | 57 |
| Octal | 303 | 372 | 333 | 26 | 0 | 14 | 2 | 222 | 125 | 127 |
| Binary | 11000011 | 11111010 | 11011011 | 10110 | 0 | 1100 | 10 | 10010010 | 1010101 | 1010111 |
Color Harmonies of #C3FADB
Complementary color
Monochromatic Colors of #C3FADB
Black with #C3FADB
Text Example
Text Example
White with #C3FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FADB; }
p { color: rgb(195,250,219); }
H1.HeaderClassName
{
color: #C3FADB;
}
.AnyTagClassName
{
color: #C3FADB;
}
</style>
background-color css
<style>
a { background-color: #C3FADB; }
a { background-color: rgb(195,250,219); }
div.DivClassName
{
background-color: #C3FADB;
}
.BgClassName
{
background-color: #C3FADB;
}
</style>
border-color css
<style>
span { border-color: #C3FADB; }
span { border-color: rgb(195,250,219); }
td.TdClassName
{
border-color: #C3FADB;
}
.TagClassName
{
border-color: #C3FADB;
}
</style>