Shades of Aero Blue #C6FCDB
Tints of Aero Blue #C6FCDB
RGB
CMYK
RGB Variations
Color information
#C6FCDB (or 0xC6FCDB) is known color: Aero Blue. HEX triplet: C6, FC and DB. RGB value is (198,252,219). Sum of RGB (Red+Green+Blue) = 198+252+219=669 (88% of max value = 765). Red value is 198 (77.73% from 255 or 29.60% from 669); Green value is 252 (98.83% from 255 or 37.67% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FCDB is #390324. Grayscale: #E8E8E8. Windows color (decimal): -3736357 or 14417094. OLE color: 14417094.
HSL color Cylindrical-coordinate representation of color #C6FCDB: hue angle of 143.33º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6FCDB is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 198 | 252 | 219 | - |
CMYK | 0.21 | 0 | 0.13 | 0.01 |
HSL | 143.33º | 0.9% | 0.88% | - |
HSV(B) | 143.33º | 0.21% | 0.99% | - |
XYZ | 70.89 | 86.74 | 80.02 | - |
YUV | 232.09 | 120.61 | 103.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 252 | 219 | 0.21 | 0 | 0.13 | 0.01 | 143.33 | 0.9 | 0.88 |
Hex | C6 | FC | DB | 15 | 0 | D | 1 | 8F | 5A | 58 |
Octal | 306 | 374 | 333 | 25 | 0 | 15 | 1 | 217 | 132 | 130 |
Binary | 11000110 | 11111100 | 11011011 | 10101 | 0 | 1101 | 1 | 10001111 | 1011010 | 1011000 |
Color Harmonies of #C6FCDB
Complementary color
Monochromatic Colors of #C6FCDB
Black with #C6FCDB
Text Example
Text Example
White with #C6FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FCDB; }
p { color: rgb(198,252,219); }
H1.HeaderClassName
{
color: #C6FCDB;
}
.AnyTagClassName
{
color: #C6FCDB;
}
</style>
background-color css
<style>
a { background-color: #C6FCDB; }
a { background-color: rgb(198,252,219); }
div.DivClassName
{
background-color: #C6FCDB;
}
.BgClassName
{
background-color: #C6FCDB;
}
</style>
border-color css
<style>
span { border-color: #C6FCDB; }
span { border-color: rgb(198,252,219); }
td.TdClassName
{
border-color: #C6FCDB;
}
.TagClassName
{
border-color: #C6FCDB;
}
</style>