Html Css Color HEX #7DC6CB Spray

📋 copy color: '#7DC6CB'

red 125 ◦ green 198 ◦ blue 203

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

Shades of Spray #7DC6CB

Tints of Spray #7DC6CB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.64%

 BLUE value IS 203 (79.69% from 255) = 38.59%

R = 23.76%
G = 37.64%
B = 38.59%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7DC6CB (or 0x7DC6CB) is known color: Spray. HEX triplet: 7D, C6 and CB. RGB value is (125,198,203). Sum of RGB (Red+Green+Blue) = 125+198+203=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 203 - color contains mainly: blue. Hex color #7DC6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC6CB is #823934. Grayscale: #B0B0B0. Windows color (decimal): -8534325 or 13354621. OLE color: 13354621.

HSL color Cylindrical-coordinate representation of color #7DC6CB: hue angle of 183.85º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC6CB is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 198 203 -
CMYK 0.38 0.02 0 0.20
HSL 183.85º 0.43% 0.64% -
HSV(B) 183.85º 0.38% 0.8% -
XYZ 39.43 49.06 63.89 -
YUV 176.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 125 198 203 0.38 0.02 0 0.20 183.85 0.43 0.64
Hex 7D C6 CB 26 2 0 14 B8 2B 40
Octal 175 306 313 46 2 0 24 270 53 100
Binary 1111101 11000110 11001011 100110 10 0 10100 10111000 101011 1000000

Color Harmonies of #7DC6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC6CB

Black with #7DC6CB

Text Example


Text Example

White with #7DC6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,198,203); }

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

background-color css

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

 a { background-color: rgb(125,198,203); }

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

border-color css

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

 span { border-color: rgb(125,198,203); }

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