#C0F7DA

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

Shades of Aero Blue #C0F7DA

Tints of Aero Blue #C0F7DA

Color information

#C0F7DA (or 0xC0F7DA) is unknown color: approx Aero Blue. HEX triplet: C0, F7 and DA. RGB value is (192,247,218). Sum of RGB (Red+Green+Blue) = 192+247+218=657 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.22% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F7DA is #3F0825. Grayscale: #E3E3E3. Windows color (decimal): -4130854 or 14350272. OLE color: 14350272.

HSL color Cylindrical-coordinate representation of color #C0F7DA: hue angle of 148.36º 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 #C0F7DA is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB192247218-
CMYK0.2200.120.03
HSL148.36º77.46%86.08%-
HSV(B)148.36º22.27%96.86%-
XYZ67.6582.7978.74-
YUV227.25122.78102.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 29.22%
GREEN value IS 247 (96.88% from 255) = 37.60%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=29.22%
G=37.60%
B=33.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922472180.2200.120.03148.3677.4686.08
HexC0F7DA160C3944d56
Octal300367332260143224115126
Binary1100000011110111110110101011001100111001010010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F7DA; }

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

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

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

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

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

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

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

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