Shades of Aero Blue #C2DFD3
Tints of Aero Blue #C2DFD3
RGB
CMYK
RGB Variations
Color information
#C2DFD3 (or 0xC2DFD3) is known color: Aero Blue. HEX triplet: C2, DF and D3. RGB value is (194,223,211). Sum of RGB (Red+Green+Blue) = 194+223+211=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFD3 is #3D202C. Grayscale: #D4D4D4. Windows color (decimal): -4005933 or 13885378. OLE color: 13885378.
HSL color Cylindrical-coordinate representation of color #C2DFD3: hue angle of 155.17º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DFD3 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 211 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.13 |
| HSL | 155.17º | 0.31% | 0.82% | - |
| HSV(B) | 155.17º | 0.13% | 0.87% | - |
| XYZ | 60.39 | 68.95 | 71.75 | - |
| YUV | 212.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 211 | 0.13 | 0 | 0.05 | 0.13 | 155.17 | 0.31 | 0.82 |
| Hex | C2 | DF | D3 | D | 0 | 5 | D | 9B | 1F | 52 |
| Octal | 302 | 337 | 323 | 15 | 0 | 5 | 15 | 233 | 37 | 122 |
| Binary | 11000010 | 11011111 | 11010011 | 1101 | 0 | 101 | 1101 | 10011011 | 11111 | 1010010 |
Color Harmonies of #C2DFD3
Complementary color
Monochromatic Colors of #C2DFD3
Black with #C2DFD3
Text Example
Text Example
White with #C2DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFD3; }
p { color: rgb(194,223,211); }
H1.HeaderClassName
{
color: #C2DFD3;
}
.AnyTagClassName
{
color: #C2DFD3;
}
</style>
background-color css
<style>
a { background-color: #C2DFD3; }
a { background-color: rgb(194,223,211); }
div.DivClassName
{
background-color: #C2DFD3;
}
.BgClassName
{
background-color: #C2DFD3;
}
</style>
border-color css
<style>
span { border-color: #C2DFD3; }
span { border-color: rgb(194,223,211); }
td.TdClassName
{
border-color: #C2DFD3;
}
.TagClassName
{
border-color: #C2DFD3;
}
</style>