#7FC4CF

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

Shades of Spray #7FC4CF

Tints of Spray #7FC4CF

Color information

#7FC4CF (or 0x7FC4CF) is unknown color: approx Spray. HEX triplet: 7F, C4 and CF. RGB value is (127,196,207). Sum of RGB (Red+Green+Blue) = 127+196+207=530 (70% of max value = 765). Red value is 127 (50% from 255 or 23.96% from 530); Green value is 196 (76.95% from 255 or 36.98% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #7FC4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC4CF is #803B30. Grayscale: #B0B0B0. Windows color (decimal): -8403761 or 13616255. OLE color: 13616255.

HSL color Cylindrical-coordinate representation of color #7FC4CF: hue angle of 188.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FC4CF is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB127196207-
CMYK0.390.0500.19
HSL188.25º45.45%65.49%-
HSV(B)188.25º38.65%81.18%-
XYZ39.7548.566.3-
YUV176.62145.1492.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.96%
GREEN value IS 196 (76.95% from 255) = 36.98%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=23.96%
G=36.98%
B=39.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271962070.390.0500.19188.2545.4565.49
Hex7FC4CF275013bc2d41
Octal17730431747502327455101
Binary11111111100010011001111100111101010011101111001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,196,207); }

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

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

 a { background-color: rgb(127,196,207); }

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

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

 span { border-color: rgb(127,196,207); }

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