#7DCCDC

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

Shades of Spray #7DCCDC

Tints of Spray #7DCCDC

Color information

#7DCCDC (or 0x7DCCDC) is unknown color: approx Spray. HEX triplet: 7D, CC and DC. RGB value is (125,204,220). Sum of RGB (Red+Green+Blue) = 125+204+220=549 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.77% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DCCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCCDC is #823323. Grayscale: #B6B6B6. Windows color (decimal): -8532772 or 14470269. OLE color: 14470269.

HSL color Cylindrical-coordinate representation of color #7DCCDC: hue angle of 190.11º 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 #7DCCDC is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125204220-
CMYK0.430.0700.14
HSL190.11º57.58%67.65%-
HSV(B)190.11º43.18%86.27%-
XYZ42.9752.7175.62-
YUV182.2149.3387.2-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.77%
GREEN value IS 204 (80.08% from 255) = 37.16%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=22.77%
G=37.16%
B=40.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1252042200.430.0700.14190.1157.5867.65
Hex7DCCDC2B70Ebe3a44
Octal17531433453701627672104
Binary1111101110011001101110010101111101110101111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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