#7DC4CF

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

Shades of Spray #7DC4CF

Tints of Spray #7DC4CF

Color information

#7DC4CF (or 0x7DC4CF) is unknown color: approx Spray. HEX triplet: 7D, C4 and CF. RGB value is (125,196,207). Sum of RGB (Red+Green+Blue) = 125+196+207=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DC4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC4CF is #823B30. Grayscale: #AFAFAF. Windows color (decimal): -8534833 or 13616253. OLE color: 13616253.

HSL color Cylindrical-coordinate representation of color #7DC4CF: hue angle of 188.05º 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 #7DC4CF is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125196207-
CMYK0.400.0500.19
HSL188.05º46.07%65.1%-
HSV(B)188.05º39.61%81.18%-
XYZ39.4648.3466.28-
YUV176.02145.4891.61-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.67%
GREEN value IS 196 (76.95% from 255) = 37.12%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=23.67%
G=37.12%
B=39.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251962070.400.0500.19188.0546.0765.1
Hex7DC4CF285013bc2e41
Octal17530431750502327456101
Binary11111011100010011001111101000101010011101111001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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