Shades of Aero Blue #C3FDDA
Tints of Aero Blue #C3FDDA
RGB
CMYK
RGB Variations
Color information
#C3FDDA (or 0xC3FDDA) is known color: Aero Blue. HEX triplet: C3, FD and DA. RGB value is (195,253,218). Sum of RGB (Red+Green+Blue) = 195+253+218=666 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.28% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #C3FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FDDA is #3C0225. Grayscale: #E7E7E7. Windows color (decimal): -3932710 or 14351811. OLE color: 14351811.
HSL color Cylindrical-coordinate representation of color #C3FDDA: hue angle of 143.79º 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 #C3FDDA is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 195 | 253 | 218 | - |
CMYK | 0.23 | 0 | 0.14 | 0.01 |
HSL | 143.79º | 0.94% | 0.88% | - |
HSV(B) | 143.79º | 0.23% | 0.99% | - |
XYZ | 70.29 | 86.91 | 79.4 | - |
YUV | 231.67 | 120.28 | 101.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 253 | 218 | 0.23 | 0 | 0.14 | 0.01 | 143.79 | 0.94 | 0.88 |
Hex | C3 | FD | DA | 17 | 0 | E | 1 | 90 | 5E | 58 |
Octal | 303 | 375 | 332 | 27 | 0 | 16 | 1 | 220 | 136 | 130 |
Binary | 11000011 | 11111101 | 11011010 | 10111 | 0 | 1110 | 1 | 10010000 | 1011110 | 1011000 |
Color Harmonies of #C3FDDA
Complementary color
Monochromatic Colors of #C3FDDA
Black with #C3FDDA
Text Example
Text Example
White with #C3FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FDDA; }
p { color: rgb(195,253,218); }
H1.HeaderClassName
{
color: #C3FDDA;
}
.AnyTagClassName
{
color: #C3FDDA;
}
</style>
background-color css
<style>
a { background-color: #C3FDDA; }
a { background-color: rgb(195,253,218); }
div.DivClassName
{
background-color: #C3FDDA;
}
.BgClassName
{
background-color: #C3FDDA;
}
</style>
border-color css
<style>
span { border-color: #C3FDDA; }
span { border-color: rgb(195,253,218); }
td.TdClassName
{
border-color: #C3FDDA;
}
.TagClassName
{
border-color: #C3FDDA;
}
</style>