#7DC9DA

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

Shades of Spray #7DC9DA

Tints of Spray #7DC9DA

Color information

#7DC9DA (or 0x7DC9DA) is unknown color: approx Spray. HEX triplet: 7D, C9 and DA. RGB value is (125,201,218). Sum of RGB (Red+Green+Blue) = 125+201+218=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #7DC9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC9DA is #823625. Grayscale: #B4B4B4. Windows color (decimal): -8533542 or 14338429. OLE color: 14338429.

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

Color convert

RGB125201218-
CMYK0.430.0800.15
HSL190.97º55.69%67.25%-
HSV(B)190.97º42.66%85.49%-
XYZ4251.274-
YUV180.21149.3288.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 22.98%
GREEN value IS 201 (78.91% from 255) = 36.95%
BLUE value IS 218 (85.55% from 255) = 40.07%
R=22.98%
G=36.95%
B=40.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1252012180.430.0800.15190.9755.6967.25
Hex7DC9DA2B80Fbf3843
Octal175311332531001727770103
Binary11111011100100111011010101011100001111101111111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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