#C1FFDD

Color #C1FFDD Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #C1FFDD

Tints of Aero Blue #C1FFDD

Color information

#C1FFDD (or 0xC1FFDD) is unknown color: approx Aero Blue. HEX triplet: C1, FF and DD. RGB value is (193,255,221). Sum of RGB (Red+Green+Blue) = 193+255+221=669 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.85% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FFDD is #3E0022. Grayscale: #E8E8E8. Windows color (decimal): -4063267 or 14548929. OLE color: 14548929.

HSL color Cylindrical-coordinate representation of color #C1FFDD: hue angle of 147.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FFDD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB193255221-
CMYK0.2400.130
HSL147.1º100%87.84%-
HSV(B)147.1º24.31%100%-
XYZ70.888.0881.68-
YUV232.59121.4699.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 28.85%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=28.85%
G=38.12%
B=33.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932552210.2400.130147.110087.84
HexC1FFDD180D0936458
Octal301377335300150223144130
Binary110000011111111111011101110000110101001001111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FFDD; }

 p { color: rgb(193,255,221); }

 H1.HeaderClassName
 {
   color: #C1FFDD;
 }
 .AnyTagClassName
 {
   color: #C1FFDD;
 }
</style>
background-color css

<style>
 a { background-color: #C1FFDD; }

 a { background-color: rgb(193,255,221); }

 div.DivClassName
 {
   background-color: #C1FFDD;
 }
 .BgClassName
 {
   background-color: #C1FFDD;
 }
</style>
border-color css

<style>
 span { border-color: #C1FFDD; }

 span { border-color: rgb(193,255,221); }

 td.TdClassName
 {
   border-color: #C1FFDD;
 }
 .TagClassName
 {
   border-color: #C1FFDD;
 }
</style>