Shades of Aero Blue #C5F3DB
Tints of Aero Blue #C5F3DB
RGB
CMYK
RGB Variations
Color information
#C5F3DB (or 0xC5F3DB) is known color: Aero Blue. HEX triplet: C5, F3 and DB. RGB value is (197,243,219). Sum of RGB (Red+Green+Blue) = 197+243+219=659 (87% of max value = 765). Red value is 197 (77.34% from 255 or 29.89% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5F3DB is #3A0C24. Grayscale: #E2E2E2. Windows color (decimal): -3804197 or 14414789. OLE color: 14414789.
HSL color Cylindrical-coordinate representation of color #C5F3DB: hue angle of 148.7º degrees, saturation: 0.66, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5F3DB is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 219 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.05 |
| HSL | 148.7º | 0.66% | 0.86% | - |
| HSV(B) | 148.7º | 0.19% | 0.95% | - |
| XYZ | 67.86 | 81.09 | 79.09 | - |
| YUV | 226.51 | 123.76 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 219 | 0.19 | 0 | 0.10 | 0.05 | 148.7 | 0.66 | 0.86 |
| Hex | C5 | F3 | DB | 13 | 0 | A | 5 | 95 | 42 | 56 |
| Octal | 305 | 363 | 333 | 23 | 0 | 12 | 5 | 225 | 102 | 126 |
| Binary | 11000101 | 11110011 | 11011011 | 10011 | 0 | 1010 | 101 | 10010101 | 1000010 | 1010110 |
Color Harmonies of #C5F3DB
Complementary color
Monochromatic Colors of #C5F3DB
Black with #C5F3DB
Text Example
Text Example
White with #C5F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F3DB; }
p { color: rgb(197,243,219); }
H1.HeaderClassName
{
color: #C5F3DB;
}
.AnyTagClassName
{
color: #C5F3DB;
}
</style>
background-color css
<style>
a { background-color: #C5F3DB; }
a { background-color: rgb(197,243,219); }
div.DivClassName
{
background-color: #C5F3DB;
}
.BgClassName
{
background-color: #C5F3DB;
}
</style>
border-color css
<style>
span { border-color: #C5F3DB; }
span { border-color: rgb(197,243,219); }
td.TdClassName
{
border-color: #C5F3DB;
}
.TagClassName
{
border-color: #C5F3DB;
}
</style>