#7DC6CF

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

Shades of Spray #7DC6CF

Tints of Spray #7DC6CF

Color information

#7DC6CF (or 0x7DC6CF) is unknown color: approx Spray. HEX triplet: 7D, C6 and CF. RGB value is (125,198,207). Sum of RGB (Red+Green+Blue) = 125+198+207=530 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.58% from 530); Green value is 198 (77.73% from 255 or 37.36% 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 #7DC6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC6CF is #823930. Grayscale: #B1B1B1. Windows color (decimal): -8534321 or 13616765. OLE color: 13616765.

HSL color Cylindrical-coordinate representation of color #7DC6CF: hue angle of 186.59º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DC6CF is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125198207-
CMYK0.400.0400.19
HSL186.59º46.07%65.1%-
HSV(B)186.59º39.61%81.18%-
XYZ39.9149.2566.43-
YUV177.2144.8290.77-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.58%
GREEN value IS 198 (77.73% from 255) = 37.36%
BLUE value IS 207 (81.25% from 255) = 39.06%
R=23.58%
G=37.36%
B=39.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251982070.400.0400.19186.5946.0765.1
Hex7DC6CF284013bb2e41
Octal17530631750402327356101
Binary11111011100011011001111101000100010011101110111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,198,207); }

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

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

 a { background-color: rgb(125,198,207); }

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

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

 span { border-color: rgb(125,198,207); }

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