Shades of Aero Blue #C1FDD7
Tints of Aero Blue #C1FDD7
RGB
CMYK
RGB Variations
Color information
#C1FDD7 (or 0xC1FDD7) is known color: Aero Blue. HEX triplet: C1, FD and D7. RGB value is (193,253,215). Sum of RGB (Red+Green+Blue) = 193+253+215=661 (87% of max value = 765). Red value is 193 (75.78% from 255 or 29.20% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 215 (84.38% from 255 or 32.53% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #C1FDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FDD7 is #3E0228. Grayscale: #E6E6E6. Windows color (decimal): -4063785 or 14155201. OLE color: 14155201.
HSL color Cylindrical-coordinate representation of color #C1FDD7: hue angle of 142º 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 #C1FDD7 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 193 | 253 | 215 | - |
CMYK | 0.24 | 0 | 0.15 | 0.01 |
HSL | 142º | 0.94% | 0.87% | - |
HSV(B) | 142º | 0.24% | 0.99% | - |
XYZ | 69.38 | 86.49 | 77.33 | - |
YUV | 230.73 | 119.12 | 101.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 253 | 215 | 0.24 | 0 | 0.15 | 0.01 | 142 | 0.94 | 0.87 |
Hex | C1 | FD | D7 | 18 | 0 | F | 1 | 8E | 5E | 57 |
Octal | 301 | 375 | 327 | 30 | 0 | 17 | 1 | 216 | 136 | 127 |
Binary | 11000001 | 11111101 | 11010111 | 11000 | 0 | 1111 | 1 | 10001110 | 1011110 | 1010111 |
Color Harmonies of #C1FDD7
Complementary color
Monochromatic Colors of #C1FDD7
Black with #C1FDD7
Text Example
Text Example
White with #C1FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FDD7; }
p { color: rgb(193,253,215); }
H1.HeaderClassName
{
color: #C1FDD7;
}
.AnyTagClassName
{
color: #C1FDD7;
}
</style>
background-color css
<style>
a { background-color: #C1FDD7; }
a { background-color: rgb(193,253,215); }
div.DivClassName
{
background-color: #C1FDD7;
}
.BgClassName
{
background-color: #C1FDD7;
}
</style>
border-color css
<style>
span { border-color: #C1FDD7; }
span { border-color: rgb(193,253,215); }
td.TdClassName
{
border-color: #C1FDD7;
}
.TagClassName
{
border-color: #C1FDD7;
}
</style>