Shades of Aero Blue #C1FDDA
Tints of Aero Blue #C1FDDA
RGB
CMYK
RGB Variations
Color information
#C1FDDA (or 0xC1FDDA) is known color: Aero Blue. HEX triplet: C1, FD and DA. RGB value is (193,253,218). Sum of RGB (Red+Green+Blue) = 193+253+218=664 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.07% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 218 (85.55% from 255 or 32.83% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FDDA is #3E0225. Grayscale: #E7E7E7. Windows color (decimal): -4063782 or 14351809. OLE color: 14351809.
HSL color Cylindrical-coordinate representation of color #C1FDDA: hue angle of 145º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FDDA is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
RGB | 193 | 253 | 218 | - |
CMYK | 0.24 | 0 | 0.14 | 0.01 |
HSL | 145º | 0.94% | 0.87% | - |
HSV(B) | 145º | 0.24% | 0.99% | - |
XYZ | 69.77 | 86.65 | 79.38 | - |
YUV | 231.07 | 120.62 | 100.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 253 | 218 | 0.24 | 0 | 0.14 | 0.01 | 145 | 0.94 | 0.87 |
Hex | C1 | FD | DA | 18 | 0 | E | 1 | 91 | 5E | 57 |
Octal | 301 | 375 | 332 | 30 | 0 | 16 | 1 | 221 | 136 | 127 |
Binary | 11000001 | 11111101 | 11011010 | 11000 | 0 | 1110 | 1 | 10010001 | 1011110 | 1010111 |
Color Harmonies of #C1FDDA
Complementary color
Monochromatic Colors of #C1FDDA
Black with #C1FDDA
Text Example
Text Example
White with #C1FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FDDA; }
p { color: rgb(193,253,218); }
H1.HeaderClassName
{
color: #C1FDDA;
}
.AnyTagClassName
{
color: #C1FDDA;
}
</style>
background-color css
<style>
a { background-color: #C1FDDA; }
a { background-color: rgb(193,253,218); }
div.DivClassName
{
background-color: #C1FDDA;
}
.BgClassName
{
background-color: #C1FDDA;
}
</style>
border-color css
<style>
span { border-color: #C1FDDA; }
span { border-color: rgb(193,253,218); }
td.TdClassName
{
border-color: #C1FDDA;
}
.TagClassName
{
border-color: #C1FDDA;
}
</style>