Shades of Aero Blue #C2F3DA
Tints of Aero Blue #C2F3DA
RGB
CMYK
RGB Variations
Color information
#C2F3DA (or 0xC2F3DA) is known color: Aero Blue. HEX triplet: C2, F3 and DA. RGB value is (194,243,218). Sum of RGB (Red+Green+Blue) = 194+243+218=655 (86% of max value = 765). Red value is 194 (76.17% from 255 or 29.62% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #C2F3DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F3DA is #3D0C25. Grayscale: #E1E1E1. Windows color (decimal): -4000806 or 14349250. OLE color: 14349250.
HSL color Cylindrical-coordinate representation of color #C2F3DA: hue angle of 149.39º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2F3DA is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 243 | 218 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.05 |
| HSL | 149.39º | 0.67% | 0.86% | - |
| HSV(B) | 149.39º | 0.2% | 0.95% | - |
| XYZ | 66.95 | 80.63 | 78.36 | - |
| YUV | 225.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 243 | 218 | 0.20 | 0 | 0.10 | 0.05 | 149.39 | 0.67 | 0.86 |
| Hex | C2 | F3 | DA | 14 | 0 | A | 5 | 95 | 43 | 56 |
| Octal | 302 | 363 | 332 | 24 | 0 | 12 | 5 | 225 | 103 | 126 |
| Binary | 11000010 | 11110011 | 11011010 | 10100 | 0 | 1010 | 101 | 10010101 | 1000011 | 1010110 |
Color Harmonies of #C2F3DA
Complementary color
Monochromatic Colors of #C2F3DA
Black with #C2F3DA
Text Example
Text Example
White with #C2F3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F3DA; }
p { color: rgb(194,243,218); }
H1.HeaderClassName
{
color: #C2F3DA;
}
.AnyTagClassName
{
color: #C2F3DA;
}
</style>
background-color css
<style>
a { background-color: #C2F3DA; }
a { background-color: rgb(194,243,218); }
div.DivClassName
{
background-color: #C2F3DA;
}
.BgClassName
{
background-color: #C2F3DA;
}
</style>
border-color css
<style>
span { border-color: #C2F3DA; }
span { border-color: rgb(194,243,218); }
td.TdClassName
{
border-color: #C2F3DA;
}
.TagClassName
{
border-color: #C2F3DA;
}
</style>