#C0FFD8

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

Shades of Aero Blue #C0FFD8

Tints of Aero Blue #C0FFD8

Color information

#C0FFD8 (or 0xC0FFD8) is unknown color: approx Aero Blue. HEX triplet: C0, FF and D8. RGB value is (192,255,216). Sum of RGB (Red+Green+Blue) = 192+255+216=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFD8 is #3F0027. Grayscale: #E7E7E7. Windows color (decimal): -4128808 or 14221248. OLE color: 14221248.

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

Color convert

RGB192255216-
CMYK0.2500.150
HSL142.86º100%87.65%-
HSV(B)142.86º24.71%100%-
XYZ69.8987.6878.21-
YUV231.72119.1399.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.96%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 216 (84.77% from 255) = 32.58%
R=28.96%
G=38.46%
B=32.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552160.2500.150142.8610087.65
HexC0FFD8190F08f6458
Octal300377330310170217144130
Binary110000001111111111011000110010111101000111111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFD8; }

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

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

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

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

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

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

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

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