Shades of Aero Blue #C6FADE
Tints of Aero Blue #C6FADE
RGB
CMYK
RGB Variations
Color information
#C6FADE (or 0xC6FADE) is known color: Aero Blue. HEX triplet: C6, FA and DE. RGB value is (198,250,222). Sum of RGB (Red+Green+Blue) = 198+250+222=670 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.55% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FADE is #390521. Grayscale: #E7E7E7. Windows color (decimal): -3736866 or 14613190. OLE color: 14613190.
HSL color Cylindrical-coordinate representation of color #C6FADE: hue angle of 147.69º degrees, saturation: 0.84, 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 #C6FADE is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 198 | 250 | 222 | - |
CMYK | 0.21 | 0 | 0.11 | 0.02 |
HSL | 147.69º | 0.84% | 0.88% | - |
HSV(B) | 147.69º | 0.21% | 0.98% | - |
XYZ | 70.66 | 85.65 | 81.92 | - |
YUV | 231.26 | 122.77 | 104.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 250 | 222 | 0.21 | 0 | 0.11 | 0.02 | 147.69 | 0.84 | 0.88 |
Hex | C6 | FA | DE | 15 | 0 | B | 2 | 94 | 54 | 58 |
Octal | 306 | 372 | 336 | 25 | 0 | 13 | 2 | 224 | 124 | 130 |
Binary | 11000110 | 11111010 | 11011110 | 10101 | 0 | 1011 | 10 | 10010100 | 1010100 | 1011000 |
Color Harmonies of #C6FADE
Complementary color
Monochromatic Colors of #C6FADE
Black with #C6FADE
Text Example
Text Example
White with #C6FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FADE; }
p { color: rgb(198,250,222); }
H1.HeaderClassName
{
color: #C6FADE;
}
.AnyTagClassName
{
color: #C6FADE;
}
</style>
background-color css
<style>
a { background-color: #C6FADE; }
a { background-color: rgb(198,250,222); }
div.DivClassName
{
background-color: #C6FADE;
}
.BgClassName
{
background-color: #C6FADE;
}
</style>
border-color css
<style>
span { border-color: #C6FADE; }
span { border-color: rgb(198,250,222); }
td.TdClassName
{
border-color: #C6FADE;
}
.TagClassName
{
border-color: #C6FADE;
}
</style>