Html Css Color HEX #7DC5CF Spray

📋 copy color: '#7DC5CF'

red 125 ◦ green 197 ◦ blue 207

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

Shades of Spray #7DC5CF

Tints of Spray #7DC5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 23.63%
G = 37.24%
B = 39.13%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7DC5CF (or 0x7DC5CF) is known color: Spray. HEX triplet: 7D, C5 and CF. RGB value is (125,197,207). Sum of RGB (Red+Green+Blue) = 125+197+207=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #7DC5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC5CF is #823A30. Grayscale: #B0B0B0. Windows color (decimal): -8534577 or 13616509. OLE color: 13616509.

HSL color Cylindrical-coordinate representation of color #7DC5CF: hue angle of 187.32º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DC5CF is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 197 207 -
CMYK 0.40 0.05 0 0.19
HSL 187.32º 0.46% 0.65% -
HSV(B) 187.32º 0.4% 0.81% -
XYZ 39.69 48.8 66.36 -
YUV 176.61 145.15 91.19 -
System Red Green Blue C M Y K H S L
Decimal 125 197 207 0.40 0.05 0 0.19 187.32 0.46 0.65
Hex 7D C5 CF 28 5 0 13 BB 2E 41
Octal 175 305 317 50 5 0 23 273 56 101
Binary 1111101 11000101 11001111 101000 101 0 10011 10111011 101110 1000001

Color Harmonies of #7DC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC5CF

Black with #7DC5CF

Text Example


Text Example

White with #7DC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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