Shades of Aero Blue #C6FDDC
Tints of Aero Blue #C6FDDC
RGB
CMYK
RGB Variations
Color information
#C6FDDC (or 0xC6FDDC) is known color: Aero Blue. HEX triplet: C6, FD and DC. RGB value is (198,253,220). Sum of RGB (Red+Green+Blue) = 198+253+220=671 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.51% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FDDC is #390223. Grayscale: #E8E8E8. Windows color (decimal): -3736100 or 14482886. OLE color: 14482886.
HSL color Cylindrical-coordinate representation of color #C6FDDC: hue angle of 144º degrees, saturation: 0.93, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FDDC is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 198 | 253 | 220 | - |
CMYK | 0.22 | 0 | 0.13 | 0.01 |
HSL | 144º | 0.93% | 0.88% | - |
HSV(B) | 144º | 0.22% | 0.99% | - |
XYZ | 71.33 | 87.42 | 80.83 | - |
YUV | 232.79 | 120.78 | 103.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 253 | 220 | 0.22 | 0 | 0.13 | 0.01 | 144 | 0.93 | 0.88 |
Hex | C6 | FD | DC | 16 | 0 | D | 1 | 90 | 5D | 58 |
Octal | 306 | 375 | 334 | 26 | 0 | 15 | 1 | 220 | 135 | 130 |
Binary | 11000110 | 11111101 | 11011100 | 10110 | 0 | 1101 | 1 | 10010000 | 1011101 | 1011000 |
Color Harmonies of #C6FDDC
Complementary color
Monochromatic Colors of #C6FDDC
Black with #C6FDDC
Text Example
Text Example
White with #C6FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FDDC; }
p { color: rgb(198,253,220); }
H1.HeaderClassName
{
color: #C6FDDC;
}
.AnyTagClassName
{
color: #C6FDDC;
}
</style>
background-color css
<style>
a { background-color: #C6FDDC; }
a { background-color: rgb(198,253,220); }
div.DivClassName
{
background-color: #C6FDDC;
}
.BgClassName
{
background-color: #C6FDDC;
}
</style>
border-color css
<style>
span { border-color: #C6FDDC; }
span { border-color: rgb(198,253,220); }
td.TdClassName
{
border-color: #C6FDDC;
}
.TagClassName
{
border-color: #C6FDDC;
}
</style>