#7DC4DA

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

Shades of Spray #7DC4DA

Tints of Spray #7DC4DA

Color information

#7DC4DA (or 0x7DC4DA) is unknown color: approx Spray. HEX triplet: 7D, C4 and DA. RGB value is (125,196,218). Sum of RGB (Red+Green+Blue) = 125+196+218=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DC4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC4DA is #823B25. Grayscale: #B1B1B1. Windows color (decimal): -8534822 or 14337149. OLE color: 14337149.

HSL color Cylindrical-coordinate representation of color #7DC4DA: hue angle of 194.19º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DC4DA is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125196218-
CMYK0.430.1000.15
HSL194.19º55.69%67.25%-
HSV(B)194.19º42.66%85.49%-
XYZ40.8548.973.62-
YUV177.28150.9890.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.19%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=23.19%
G=36.36%
B=40.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251962180.430.1000.15194.1955.6967.25
Hex7DC4DA2BA0Fc23843
Octal175304332531201730270103
Binary11111011100010011011010101011101001111110000101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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