Html Css Color HEX #7DC5DC Spray

📋 copy color: '#7DC5DC'

red 125 ◦ green 197 ◦ blue 220

#7DC5DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spray #7DC5DC

Tints of Spray #7DC5DC

RGB

 RED value IS 125 (49.22% from 255) = 23.06%

 GREEN value IS 197 (77.34% from 255) = 36.35%

 BLUE value IS 220 (86.33% from 255) = 40.59%

R = 23.06%
G = 36.35%
B = 40.59%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DC5DC (or 0x7DC5DC) is known color: Spray. HEX triplet: 7D, C5 and DC. RGB value is (125,197,220). Sum of RGB (Red+Green+Blue) = 125+197+220=542 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.06% from 542); Green value is 197 (77.34% from 255 or 36.35% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #7DC5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC5DC is #823A23. Grayscale: #B1B1B1. Windows color (decimal): -8534564 or 14468477. OLE color: 14468477.

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

Color convert

RGB 125 197 220 -
CMYK 0.43 0.10 0 0.14
HSL 194.53º 0.58% 0.68% -
HSV(B) 194.53º 0.43% 0.86% -
XYZ 41.34 49.46 75.08 -
YUV 178.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 125 197 220 0.43 0.10 0 0.14 194.53 0.58 0.68
Hex 7D C5 DC 2B A 0 E C3 3A 44
Octal 175 305 334 53 12 0 16 303 72 104
Binary 1111101 11000101 11011100 101011 1010 0 1110 11000011 111010 1000100

Color Harmonies of #7DC5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC5DC

Black with #7DC5DC

Text Example


Text Example

White with #7DC5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DC5DC;
 }
 .AnyTagClassName
 {
   color: #7DC5DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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