#7FC5CD

Color #7FC5CD Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7FC5CD

Tints of Spray #7FC5CD

Color information

#7FC5CD (or 0x7FC5CD) is unknown color: approx Spray. HEX triplet: 7F, C5 and CD. RGB value is (127,197,205). Sum of RGB (Red+Green+Blue) = 127+197+205=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FC5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC5CD is #803A32. Grayscale: #B0B0B0. Windows color (decimal): -8403507 or 13485439. OLE color: 13485439.

HSL color Cylindrical-coordinate representation of color #7FC5CD: hue angle of 186.15º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FC5CD is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127197205-
CMYK0.380.0400.20
HSL186.15º43.82%65.1%-
HSV(B)186.15º38.05%80.39%-
XYZ39.7448.8565.09-
YUV176.98143.8192.35-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.01%
GREEN value IS 197 (77.34% from 255) = 37.24%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=24.01%
G=37.24%
B=38.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271972050.380.0400.20186.1543.8265.1
Hex7FC5CD264014ba2c41
Octal17730531546402427254101
Binary11111111100010111001101100110100010100101110101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FC5CD; }

 p { color: rgb(127,197,205); }

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

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

 a { background-color: rgb(127,197,205); }

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

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

 span { border-color: rgb(127,197,205); }

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