#C1FFDA

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

Shades of Aero Blue #C1FFDA

Tints of Aero Blue #C1FFDA

Color information

#C1FFDA (or 0xC1FFDA) is unknown color: approx Aero Blue. HEX triplet: C1, FF and DA. RGB value is (193,255,218). Sum of RGB (Red+Green+Blue) = 193+255+218=666 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.98% from 666); Green value is 255 (100% from 255 or 38.29% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 255 - color contains mainly: green. Hex color #C1FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FFDA is #3E0025. Grayscale: #E8E8E8. Windows color (decimal): -4063270 or 14352321. OLE color: 14352321.

HSL color Cylindrical-coordinate representation of color #C1FFDA: hue angle of 144.19º 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 #C1FFDA is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB193255218-
CMYK0.2400.150
HSL144.19º100%87.84%-
HSV(B)144.19º24.31%100%-
XYZ70.4187.9279.59-
YUV232.24119.96100.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 28.98%
GREEN value IS 255 (100% from 255) = 38.29%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=28.98%
G=38.29%
B=32.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932552180.2400.150144.1910087.84
HexC1FFDA180F0906458
Octal301377332300170220144130
Binary110000011111111111011010110000111101001000011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1FFDA; }

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

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

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

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

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

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

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

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