#C0FAD8

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

Shades of Aero Blue #C0FAD8

Tints of Aero Blue #C0FAD8

Color information

#C0FAD8 (or 0xC0FAD8) is unknown color: approx Aero Blue. HEX triplet: C0, FA and D8. RGB value is (192,250,216). Sum of RGB (Red+Green+Blue) = 192+250+216=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FAD8 is #3F0527. Grayscale: #E4E4E4. Windows color (decimal): -4130088 or 14219968. OLE color: 14219968.

HSL color Cylindrical-coordinate representation of color #C0FAD8: hue angle of 144.83º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FAD8 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB192250216-
CMYK0.2300.140.02
HSL144.83º85.29%86.67%-
HSV(B)144.83º23.2%98.04%-
XYZ68.3284.5477.68-
YUV228.78120.78101.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.18%
GREEN value IS 250 (98.05% from 255) = 37.99%
BLUE value IS 216 (84.77% from 255) = 32.83%
R=29.18%
G=37.99%
B=32.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922502160.2300.140.02144.8385.2986.67
HexC0FAD8170E2915557
Octal300372330270162221125127
Binary1100000011111010110110001011101110101001000110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FAD8; }

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

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

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

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

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

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

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

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