Shades of Aero Blue #C1F3DB
Tints of Aero Blue #C1F3DB
RGB
CMYK
RGB Variations
Color information
#C1F3DB (or 0xC1F3DB) is known color: Aero Blue. HEX triplet: C1, F3 and DB. RGB value is (193,243,219). Sum of RGB (Red+Green+Blue) = 193+243+219=655 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.47% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #C1F3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1F3DB is #3E0C24. Grayscale: #E1E1E1. Windows color (decimal): -4066341 or 14414785. OLE color: 14414785.
HSL color Cylindrical-coordinate representation of color #C1F3DB: hue angle of 151.2º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1F3DB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 243 | 219 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.05 |
| HSL | 151.2º | 0.68% | 0.85% | - |
| HSV(B) | 151.2º | 0.21% | 0.95% | - |
| XYZ | 66.83 | 80.55 | 79.04 | - |
| YUV | 225.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 243 | 219 | 0.21 | 0 | 0.10 | 0.05 | 151.2 | 0.68 | 0.85 |
| Hex | C1 | F3 | DB | 15 | 0 | A | 5 | 97 | 44 | 55 |
| Octal | 301 | 363 | 333 | 25 | 0 | 12 | 5 | 227 | 104 | 125 |
| Binary | 11000001 | 11110011 | 11011011 | 10101 | 0 | 1010 | 101 | 10010111 | 1000100 | 1010101 |
Color Harmonies of #C1F3DB
Complementary color
Monochromatic Colors of #C1F3DB
Black with #C1F3DB
Text Example
Text Example
White with #C1F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F3DB; }
p { color: rgb(193,243,219); }
H1.HeaderClassName
{
color: #C1F3DB;
}
.AnyTagClassName
{
color: #C1F3DB;
}
</style>
background-color css
<style>
a { background-color: #C1F3DB; }
a { background-color: rgb(193,243,219); }
div.DivClassName
{
background-color: #C1F3DB;
}
.BgClassName
{
background-color: #C1F3DB;
}
</style>
border-color css
<style>
span { border-color: #C1F3DB; }
span { border-color: rgb(193,243,219); }
td.TdClassName
{
border-color: #C1F3DB;
}
.TagClassName
{
border-color: #C1F3DB;
}
</style>