#7DC5CC

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

Shades of Spray #7DC5CC

Tints of Spray #7DC5CC

Color information

#7DC5CC (or 0x7DC5CC) is unknown color: approx Spray. HEX triplet: 7D, C5 and CC. RGB value is (125,197,204). Sum of RGB (Red+Green+Blue) = 125+197+204=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #7DC5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC5CC is #823A33. Grayscale: #B0B0B0. Windows color (decimal): -8534580 or 13419901. OLE color: 13419901.

HSL color Cylindrical-coordinate representation of color #7DC5CC: hue angle of 185.32º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DC5CC is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB125197204-
CMYK0.390.0300.2
HSL185.32º43.65%64.51%-
HSV(B)185.32º38.73%80%-
XYZ39.3248.6564.45-
YUV176.27143.6591.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.76%
GREEN value IS 197 (77.34% from 255) = 37.45%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=23.76%
G=37.45%
B=38.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251972040.390.0300.2185.3243.6564.51
Hex7DC5CC273014b92c41
Octal17530531447302427154101
Binary1111101110001011100110010011111010100101110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,197,204); }

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

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

 a { background-color: rgb(125,197,204); }

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

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

 span { border-color: rgb(125,197,204); }

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