Shades of Aero Blue #C3FDDC
Tints of Aero Blue #C3FDDC
RGB
CMYK
RGB Variations
Color information
#C3FDDC (or 0xC3FDDC) is known color: Aero Blue. HEX triplet: C3, FD and DC. RGB value is (195,253,220). Sum of RGB (Red+Green+Blue) = 195+253+220=668 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.19% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FDDC is #3C0223. Grayscale: #E7E7E7. Windows color (decimal): -3932708 or 14482883. OLE color: 14482883.
HSL color Cylindrical-coordinate representation of color #C3FDDC: hue angle of 145.86º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FDDC is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 253 | 220 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.01 |
| HSL | 145.86º | 0.94% | 0.88% | - |
| HSV(B) | 145.86º | 0.23% | 0.99% | - |
| XYZ | 70.55 | 87.02 | 80.79 | - |
| YUV | 231.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 253 | 220 | 0.23 | 0 | 0.13 | 0.01 | 145.86 | 0.94 | 0.88 |
| Hex | C3 | FD | DC | 17 | 0 | D | 1 | 92 | 5E | 58 |
| Octal | 303 | 375 | 334 | 27 | 0 | 15 | 1 | 222 | 136 | 130 |
| Binary | 11000011 | 11111101 | 11011100 | 10111 | 0 | 1101 | 1 | 10010010 | 1011110 | 1011000 |
Color Harmonies of #C3FDDC
Complementary color
Monochromatic Colors of #C3FDDC
Black with #C3FDDC
Text Example
Text Example
White with #C3FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FDDC; }
p { color: rgb(195,253,220); }
H1.HeaderClassName
{
color: #C3FDDC;
}
.AnyTagClassName
{
color: #C3FDDC;
}
</style>
background-color css
<style>
a { background-color: #C3FDDC; }
a { background-color: rgb(195,253,220); }
div.DivClassName
{
background-color: #C3FDDC;
}
.BgClassName
{
background-color: #C3FDDC;
}
</style>
border-color css
<style>
span { border-color: #C3FDDC; }
span { border-color: rgb(195,253,220); }
td.TdClassName
{
border-color: #C3FDDC;
}
.TagClassName
{
border-color: #C3FDDC;
}
</style>