Html Css Color HEX #7DCBCB Spray

📋 copy color: '#7DCBCB'

red 125 ◦ green 203 ◦ blue 203

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

Shades of Spray #7DCBCB

Tints of Spray #7DCBCB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.23%

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

R = 23.54%
G = 38.23%
B = 38.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7DCBCB (or 0x7DCBCB) is known color: Spray. HEX triplet: 7D, CB and CB. RGB value is (125,203,203). Sum of RGB (Red+Green+Blue) = 125+203+203=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #7DCBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBCB is #823434. Grayscale: #B3B3B3. Windows color (decimal): -8533045 or 13355901. OLE color: 13355901.

HSL color Cylindrical-coordinate representation of color #7DCBCB: hue angle of 180º 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 #7DCBCB is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 203 203 -
CMYK 0.38 0 0 0.20
HSL 180º 0.43% 0.64% -
HSV(B) 180º 0.38% 0.8% -
XYZ 40.59 51.38 64.28 -
YUV 179.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 125 203 203 0.38 0 0 0.20 180 0.43 0.64
Hex 7D CB CB 26 0 0 14 B4 2B 40
Octal 175 313 313 46 0 0 24 264 53 100
Binary 1111101 11001011 11001011 100110 0 0 10100 10110100 101011 1000000

Color Harmonies of #7DCBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCBCB

Black with #7DCBCB

Text Example


Text Example

White with #7DCBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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