#C0FCD6

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

Shades of Aero Blue #C0FCD6

Tints of Aero Blue #C0FCD6

Color information

#C0FCD6 (or 0xC0FCD6) is unknown color: approx Aero Blue. HEX triplet: C0, FC and D6. RGB value is (192,252,214). Sum of RGB (Red+Green+Blue) = 192+252+214=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCD6 is #3F0329. Grayscale: #E5E5E5. Windows color (decimal): -4129578 or 14089408. OLE color: 14089408.

HSL color Cylindrical-coordinate representation of color #C0FCD6: hue angle of 142º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCD6 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB192252214-
CMYK0.2400.150.01
HSL142º90.91%87.06%-
HSV(B)142º23.81%98.82%-
XYZ68.6985.6876.54-
YUV229.73119.12101.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.18%
GREEN value IS 252 (98.83% from 255) = 38.30%
BLUE value IS 214 (83.98% from 255) = 32.52%
R=29.18%
G=38.30%
B=32.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922522140.2400.150.0114290.9187.06
HexC0FCD6180F18e5b57
Octal300374326300171216133127
Binary110000001111110011010110110000111111000111010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FCD6; }

 p { color: rgb(192,252,214); }

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

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

 a { background-color: rgb(192,252,214); }

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

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

 span { border-color: rgb(192,252,214); }

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