Shades of Aero Blue #C3F3DB
Tints of Aero Blue #C3F3DB
RGB
CMYK
RGB Variations
Color information
#C3F3DB (or 0xC3F3DB) is known color: Aero Blue. HEX triplet: C3, F3 and DB. RGB value is (195,243,219). Sum of RGB (Red+Green+Blue) = 195+243+219=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F3DB is #3C0C24. Grayscale: #E1E1E1. Windows color (decimal): -3935269 or 14414787. OLE color: 14414787.
HSL color Cylindrical-coordinate representation of color #C3F3DB: hue angle of 150º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3F3DB is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 243 | 219 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.05 |
| HSL | 150º | 0.67% | 0.86% | - |
| HSV(B) | 150º | 0.2% | 0.95% | - |
| XYZ | 67.34 | 80.82 | 79.07 | - |
| YUV | 225.91 | 124.1 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 243 | 219 | 0.20 | 0 | 0.10 | 0.05 | 150 | 0.67 | 0.86 |
| Hex | C3 | F3 | DB | 14 | 0 | A | 5 | 96 | 43 | 56 |
| Octal | 303 | 363 | 333 | 24 | 0 | 12 | 5 | 226 | 103 | 126 |
| Binary | 11000011 | 11110011 | 11011011 | 10100 | 0 | 1010 | 101 | 10010110 | 1000011 | 1010110 |
Color Harmonies of #C3F3DB
Complementary color
Monochromatic Colors of #C3F3DB
Black with #C3F3DB
Text Example
Text Example
White with #C3F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F3DB; }
p { color: rgb(195,243,219); }
H1.HeaderClassName
{
color: #C3F3DB;
}
.AnyTagClassName
{
color: #C3F3DB;
}
</style>
background-color css
<style>
a { background-color: #C3F3DB; }
a { background-color: rgb(195,243,219); }
div.DivClassName
{
background-color: #C3F3DB;
}
.BgClassName
{
background-color: #C3F3DB;
}
</style>
border-color css
<style>
span { border-color: #C3F3DB; }
span { border-color: rgb(195,243,219); }
td.TdClassName
{
border-color: #C3F3DB;
}
.TagClassName
{
border-color: #C3F3DB;
}
</style>