#7fc6cd

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

Shades of Spray #7FC6CD

Tints of Spray #7FC6CD

Color information

#7FC6CD (or 0x7FC6CD) is unknown color: approx Spray. HEX triplet: 7F, C6 and CD. RGB value is (127,198,205). Sum of RGB (Red+Green+Blue) = 127+198+205=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 198 (77.73% from 255 or 37.36% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FC6CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC6CD is #803932. Grayscale: #B1B1B1. Windows color (decimal): -8403251 or 13485695. OLE color: 13485695.

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

Color convert

RGB127198205-
CMYK0.380.0300.20
HSL185.38º43.82%65.1%-
HSV(B)185.38º38.05%80.39%-
XYZ39.9749.3165.17-
YUV177.57143.4891.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.96%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 205 (80.47% from 255) = 38.68%
R=23.96%
G=37.36%
B=38.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271982050.380.0300.20185.3843.8265.1
Hex7FC6CD263014b92c41
Octal17730631546302427154101
Binary1111111110001101100110110011011010100101110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fc6cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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