Shades of Aero Blue #C3FFDB
Tints of Aero Blue #C3FFDB
RGB
CMYK
RGB Variations
Color information
#C3FFDB (or 0xC3FFDB) is known color: Aero Blue. HEX triplet: C3, FF and DB. RGB value is (195,255,219). Sum of RGB (Red+Green+Blue) = 195+255+219=669 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.15% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #C3FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FFDB is #3C0024. Grayscale: #E9E9E9. Windows color (decimal): -3932197 or 14417859. OLE color: 14417859.
HSL color Cylindrical-coordinate representation of color #C3FFDB: hue angle of 144º 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 #C3FFDB is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 255 | 219 | - |
| CMYK | 0.24 | 0 | 0.14 | 0 |
| HSL | 144º | 1% | 0.88% | - |
| HSV(B) | 144º | 0.24% | 1% | - |
| XYZ | 71.05 | 88.24 | 80.3 | - |
| YUV | 232.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 255 | 219 | 0.24 | 0 | 0.14 | 0 | 144 | 1 | 0.88 |
| Hex | C3 | FF | DB | 18 | 0 | E | 0 | 90 | 64 | 58 |
| Octal | 303 | 377 | 333 | 30 | 0 | 16 | 0 | 220 | 144 | 130 |
| Binary | 11000011 | 11111111 | 11011011 | 11000 | 0 | 1110 | 0 | 10010000 | 1100100 | 1011000 |
Color Harmonies of #C3FFDB
Complementary color
Monochromatic Colors of #C3FFDB
Black with #C3FFDB
Text Example
Text Example
White with #C3FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FFDB; }
p { color: rgb(195,255,219); }
H1.HeaderClassName
{
color: #C3FFDB;
}
.AnyTagClassName
{
color: #C3FFDB;
}
</style>
background-color css
<style>
a { background-color: #C3FFDB; }
a { background-color: rgb(195,255,219); }
div.DivClassName
{
background-color: #C3FFDB;
}
.BgClassName
{
background-color: #C3FFDB;
}
</style>
border-color css
<style>
span { border-color: #C3FFDB; }
span { border-color: rgb(195,255,219); }
td.TdClassName
{
border-color: #C3FFDB;
}
.TagClassName
{
border-color: #C3FFDB;
}
</style>