#7DC6DC

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

Shades of Spray #7DC6DC

Tints of Spray #7DC6DC

Color information

#7DC6DC (or 0x7DC6DC) is unknown color: approx Spray. HEX triplet: 7D, C6 and DC. RGB value is (125,198,220). Sum of RGB (Red+Green+Blue) = 125+198+220=543 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.02% from 543); Green value is 198 (77.73% from 255 or 36.46% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DC6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC6DC is #823923. Grayscale: #B2B2B2. Windows color (decimal): -8534308 or 14468733. OLE color: 14468733.

HSL color Cylindrical-coordinate representation of color #7DC6DC: hue angle of 193.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DC6DC is Cyan = 0.43, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125198220-
CMYK0.430.100.14
HSL193.89º57.58%67.65%-
HSV(B)193.89º43.18%86.27%-
XYZ41.5749.9275.15-
YUV178.68151.3289.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.02%
GREEN value IS 198 (77.73% from 255) = 36.46%
BLUE value IS 220 (86.33% from 255) = 40.52%
R=23.02%
G=36.46%
B=40.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251982200.430.100.14193.8957.5867.65
Hex7DC6DC2BA0Ec23a44
Octal175306334531201630272104
Binary11111011100011011011100101011101001110110000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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