Shades of Aero Blue #C6FDDE
Tints of Aero Blue #C6FDDE
RGB
CMYK
RGB Variations
Color information
#C6FDDE (or 0xC6FDDE) is known color: Aero Blue. HEX triplet: C6, FD and DE. RGB value is (198,253,222). Sum of RGB (Red+Green+Blue) = 198+253+222=673 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.42% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #C6FDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FDDE is #390221. Grayscale: #E9E9E9. Windows color (decimal): -3736098 or 14613958. OLE color: 14613958.
HSL color Cylindrical-coordinate representation of color #C6FDDE: hue angle of 146.18º 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 #C6FDDE is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 198 | 253 | 222 | - |
CMYK | 0.22 | 0 | 0.12 | 0.01 |
HSL | 146.18º | 0.93% | 0.88% | - |
HSV(B) | 146.18º | 0.22% | 0.99% | - |
XYZ | 71.6 | 87.53 | 82.23 | - |
YUV | 233.02 | 121.78 | 103.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 253 | 222 | 0.22 | 0 | 0.12 | 0.01 | 146.18 | 0.93 | 0.88 |
Hex | C6 | FD | DE | 16 | 0 | C | 1 | 92 | 5D | 58 |
Octal | 306 | 375 | 336 | 26 | 0 | 14 | 1 | 222 | 135 | 130 |
Binary | 11000110 | 11111101 | 11011110 | 10110 | 0 | 1100 | 1 | 10010010 | 1011101 | 1011000 |
Color Harmonies of #C6FDDE
Complementary color
Monochromatic Colors of #C6FDDE
Black with #C6FDDE
Text Example
Text Example
White with #C6FDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FDDE; }
p { color: rgb(198,253,222); }
H1.HeaderClassName
{
color: #C6FDDE;
}
.AnyTagClassName
{
color: #C6FDDE;
}
</style>
background-color css
<style>
a { background-color: #C6FDDE; }
a { background-color: rgb(198,253,222); }
div.DivClassName
{
background-color: #C6FDDE;
}
.BgClassName
{
background-color: #C6FDDE;
}
</style>
border-color css
<style>
span { border-color: #C6FDDE; }
span { border-color: rgb(198,253,222); }
td.TdClassName
{
border-color: #C6FDDE;
}
.TagClassName
{
border-color: #C6FDDE;
}
</style>