#C0FFDD

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

Shades of Aero Blue #C0FFDD

Tints of Aero Blue #C0FFDD

Color information

#C0FFDD (or 0xC0FFDD) is unknown color: approx Aero Blue. HEX triplet: C0, FF and DD. RGB value is (192,255,221). Sum of RGB (Red+Green+Blue) = 192+255+221=668 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.74% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFDD is #3F0022. Grayscale: #E8E8E8. Windows color (decimal): -4128803 or 14548928. OLE color: 14548928.

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

Color convert

RGB192255221-
CMYK0.2500.130
HSL147.62º100%87.65%-
HSV(B)147.62º24.71%100%-
XYZ70.5587.9581.66-
YUV232.29121.6399.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.74%
GREEN value IS 255 (100% from 255) = 38.17%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=28.74%
G=38.17%
B=33.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552210.2500.130147.6210087.65
HexC0FFDD190D0946458
Octal300377335310150224144130
Binary110000001111111111011101110010110101001010011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFDD; }

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

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

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

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

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

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

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

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