#7DC1DF

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

Shades of Spray #7DC1DF

Tints of Spray #7DC1DF

Color information

#7DC1DF (or 0x7DC1DF) is unknown color: approx Spray. HEX triplet: 7D, C1 and DF. RGB value is (125,193,223). Sum of RGB (Red+Green+Blue) = 125+193+223=541 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.11% from 541); Green value is 193 (75.78% from 255 or 35.67% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #7DC1DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC1DF is #823E20. Grayscale: #AFAFAF. Windows color (decimal): -8535585 or 14664061. OLE color: 14664061.

HSL color Cylindrical-coordinate representation of color #7DC1DF: hue angle of 198.37º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DC1DF is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125193223-
CMYK0.440.1300.13
HSL198.37º60.49%68.24%-
HSV(B)198.37º43.95%87.45%-
XYZ40.8547.8376.89-
YUV176.09154.4791.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.11%
GREEN value IS 193 (75.78% from 255) = 35.67%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=23.11%
G=35.67%
B=41.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251932230.440.1300.13198.3760.4968.24
Hex7DC1DF2CD0Dc63c44
Octal175301337541501530674104
Binary11111011100000111011111101100110101101110001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,193,223); }

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

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

 a { background-color: rgb(125,193,223); }

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

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

 span { border-color: rgb(125,193,223); }

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