#C0FFDA

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

Shades of Aero Blue #C0FFDA

Tints of Aero Blue #C0FFDA

Color information

#C0FFDA (or 0xC0FFDA) is unknown color: approx Aero Blue. HEX triplet: C0, FF and DA. RGB value is (192,255,218). Sum of RGB (Red+Green+Blue) = 192+255+218=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 255 (100% from 255 or 38.35% from 665); Blue value is 218 (85.55% from 255 or 32.78% from 665); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFDA is #3F0025. Grayscale: #E8E8E8. Windows color (decimal): -4128806 or 14352320. OLE color: 14352320.

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

Color convert

RGB192255218-
CMYK0.2500.150
HSL144.76º100%87.65%-
HSV(B)144.76º24.71%100%-
XYZ70.1587.7979.58-
YUV231.95120.1399.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.87%
GREEN value IS 255 (100% from 255) = 38.35%
BLUE value IS 218 (85.55% from 255) = 32.78%
R=28.87%
G=38.35%
B=32.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552180.2500.150144.7610087.65
HexC0FFDA190F0916458
Octal300377332310170221144130
Binary110000001111111111011010110010111101001000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFDA; }

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

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

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

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

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

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

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

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