#7FC4CD

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

Shades of Spray #7FC4CD

Tints of Spray #7FC4CD

Color information

#7FC4CD (or 0x7FC4CD) is unknown color: approx Spray. HEX triplet: 7F, C4 and CD. RGB value is (127,196,205). Sum of RGB (Red+Green+Blue) = 127+196+205=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FC4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC4CD is #803B32. Grayscale: #B0B0B0. Windows color (decimal): -8403763 or 13485183. OLE color: 13485183.

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

Color convert

RGB127196205-
CMYK0.380.0400.20
HSL186.92º43.82%65.1%-
HSV(B)186.92º38.05%80.39%-
XYZ39.5148.465.02-
YUV176.4144.1492.77-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.05%
GREEN value IS 196 (76.95% from 255) = 37.12%
BLUE value IS 205 (80.47% from 255) = 38.83%
R=24.05%
G=37.12%
B=38.83%

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
Decimal1271962050.380.0400.20186.9243.8265.1
Hex7FC4CD264014bb2c41
Octal17730431546402427354101
Binary11111111100010011001101100110100010100101110111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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