Shades of Aero Blue #C6FBDD
Tints of Aero Blue #C6FBDD
RGB
CMYK
RGB Variations
Color information
#C6FBDD (or 0xC6FBDD) is known color: Aero Blue. HEX triplet: C6, FB and DD. RGB value is (198,251,221). Sum of RGB (Red+Green+Blue) = 198+251+221=670 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.55% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FBDD is #390422. Grayscale: #E7E7E7. Windows color (decimal): -3736611 or 14547910. OLE color: 14547910.
HSL color Cylindrical-coordinate representation of color #C6FBDD: hue angle of 146.04º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FBDD is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 251 | 221 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.02 |
| HSL | 146.04º | 0.87% | 0.88% | - |
| HSV(B) | 146.04º | 0.21% | 0.98% | - |
| XYZ | 70.84 | 86.22 | 81.32 | - |
| YUV | 231.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 251 | 221 | 0.21 | 0 | 0.12 | 0.02 | 146.04 | 0.87 | 0.88 |
| Hex | C6 | FB | DD | 15 | 0 | C | 2 | 92 | 57 | 58 |
| Octal | 306 | 373 | 335 | 25 | 0 | 14 | 2 | 222 | 127 | 130 |
| Binary | 11000110 | 11111011 | 11011101 | 10101 | 0 | 1100 | 10 | 10010010 | 1010111 | 1011000 |
Color Harmonies of #C6FBDD
Complementary color
Monochromatic Colors of #C6FBDD
Black with #C6FBDD
Text Example
Text Example
White with #C6FBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FBDD; }
p { color: rgb(198,251,221); }
H1.HeaderClassName
{
color: #C6FBDD;
}
.AnyTagClassName
{
color: #C6FBDD;
}
</style>
background-color css
<style>
a { background-color: #C6FBDD; }
a { background-color: rgb(198,251,221); }
div.DivClassName
{
background-color: #C6FBDD;
}
.BgClassName
{
background-color: #C6FBDD;
}
</style>
border-color css
<style>
span { border-color: #C6FBDD; }
span { border-color: rgb(198,251,221); }
td.TdClassName
{
border-color: #C6FBDD;
}
.TagClassName
{
border-color: #C6FBDD;
}
</style>