Shades of Aero Blue #C1E2D3
Tints of Aero Blue #C1E2D3
RGB
CMYK
RGB Variations
Color information
#C1E2D3 (or 0xC1E2D3) is known color: Aero Blue. HEX triplet: C1, E2 and D3. RGB value is (193,226,211). Sum of RGB (Red+Green+Blue) = 193+226+211=630 (83% of max value = 765). Red value is 193 (75.78% from 255 or 30.63% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 211 (82.81% from 255 or 33.49% from 630); Max value from RGB is 226 - color contains mainly: green. Hex color #C1E2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E2D3 is #3E1D2C. Grayscale: #D6D6D6. Windows color (decimal): -4070701 or 13886145. OLE color: 13886145.
HSL color Cylindrical-coordinate representation of color #C1E2D3: hue angle of 152.73º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1E2D3 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 226 | 211 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.11 |
| HSL | 152.73º | 0.36% | 0.82% | - |
| HSV(B) | 152.73º | 0.15% | 0.89% | - |
| XYZ | 60.95 | 70.43 | 72.01 | - |
| YUV | 214.42 | 126.07 | 112.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 226 | 211 | 0.15 | 0 | 0.07 | 0.11 | 152.73 | 0.36 | 0.82 |
| Hex | C1 | E2 | D3 | F | 0 | 7 | B | 99 | 24 | 52 |
| Octal | 301 | 342 | 323 | 17 | 0 | 7 | 13 | 231 | 44 | 122 |
| Binary | 11000001 | 11100010 | 11010011 | 1111 | 0 | 111 | 1011 | 10011001 | 100100 | 1010010 |
Color Harmonies of #C1E2D3
Complementary color
Monochromatic Colors of #C1E2D3
Black with #C1E2D3
Text Example
Text Example
White with #C1E2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E2D3; }
p { color: rgb(193,226,211); }
H1.HeaderClassName
{
color: #C1E2D3;
}
.AnyTagClassName
{
color: #C1E2D3;
}
</style>
background-color css
<style>
a { background-color: #C1E2D3; }
a { background-color: rgb(193,226,211); }
div.DivClassName
{
background-color: #C1E2D3;
}
.BgClassName
{
background-color: #C1E2D3;
}
</style>
border-color css
<style>
span { border-color: #C1E2D3; }
span { border-color: rgb(193,226,211); }
td.TdClassName
{
border-color: #C1E2D3;
}
.TagClassName
{
border-color: #C1E2D3;
}
</style>