Shades of Aero Blue #C6F2DA
Tints of Aero Blue #C6F2DA
RGB
CMYK
RGB Variations
Color information
#C6F2DA (or 0xC6F2DA) is known color: Aero Blue. HEX triplet: C6, F2 and DA. RGB value is (198,242,218). Sum of RGB (Red+Green+Blue) = 198+242+218=658 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.09% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F2DA is #390D25. Grayscale: #E2E2E2. Windows color (decimal): -3738918 or 14348998. OLE color: 14348998.
HSL color Cylindrical-coordinate representation of color #C6F2DA: hue angle of 147.27º degrees, saturation: 0.63, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6F2DA is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 242 | 218 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.05 |
| HSL | 147.27º | 0.63% | 0.86% | - |
| HSV(B) | 147.27º | 0.18% | 0.95% | - |
| XYZ | 67.7 | 80.57 | 78.31 | - |
| YUV | 226.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 242 | 218 | 0.18 | 0 | 0.10 | 0.05 | 147.27 | 0.63 | 0.86 |
| Hex | C6 | F2 | DA | 12 | 0 | A | 5 | 93 | 3F | 56 |
| Octal | 306 | 362 | 332 | 22 | 0 | 12 | 5 | 223 | 77 | 126 |
| Binary | 11000110 | 11110010 | 11011010 | 10010 | 0 | 1010 | 101 | 10010011 | 111111 | 1010110 |
Color Harmonies of #C6F2DA
Complementary color
Monochromatic Colors of #C6F2DA
Black with #C6F2DA
Text Example
Text Example
White with #C6F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F2DA; }
p { color: rgb(198,242,218); }
H1.HeaderClassName
{
color: #C6F2DA;
}
.AnyTagClassName
{
color: #C6F2DA;
}
</style>
background-color css
<style>
a { background-color: #C6F2DA; }
a { background-color: rgb(198,242,218); }
div.DivClassName
{
background-color: #C6F2DA;
}
.BgClassName
{
background-color: #C6F2DA;
}
</style>
border-color css
<style>
span { border-color: #C6F2DA; }
span { border-color: rgb(198,242,218); }
td.TdClassName
{
border-color: #C6F2DA;
}
.TagClassName
{
border-color: #C6F2DA;
}
</style>