#C0F7D8

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

Shades of Aero Blue #C0F7D8

Tints of Aero Blue #C0F7D8

Color information

#C0F7D8 (or 0xC0F7D8) is unknown color: approx Aero Blue. HEX triplet: C0, F7 and D8. RGB value is (192,247,216). Sum of RGB (Red+Green+Blue) = 192+247+216=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7D8 is #3F0827. Grayscale: #E3E3E3. Windows color (decimal): -4130856 or 14219200. OLE color: 14219200.

HSL color Cylindrical-coordinate representation of color #C0F7D8: hue angle of 146.18º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F7D8 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB192247216-
CMYK0.2200.130.03
HSL146.18º77.46%86.08%-
HSV(B)146.18º22.27%96.86%-
XYZ67.3982.6977.37-
YUV227.02121.78103.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.31%
GREEN value IS 247 (96.88% from 255) = 37.71%
BLUE value IS 216 (84.77% from 255) = 32.98%
R=29.31%
G=37.71%
B=32.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922472160.2200.130.03146.1877.4686.08
HexC0F7D8160D3924d56
Octal300367330260153222115126
Binary1100000011110111110110001011001101111001001010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F7D8; }

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

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

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

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

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

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

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

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