Html Css Color HEX #7DC2DB Spray

📋 copy color: '#7DC2DB'

red 125 ◦ green 194 ◦ blue 219

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

Shades of Spray #7DC2DB

Tints of Spray #7DC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.06%

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 23.23%
G = 36.06%
B = 40.71%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7DC2DB (or 0x7DC2DB) is known color: Spray. HEX triplet: 7D, C2 and DB. RGB value is (125,194,219). Sum of RGB (Red+Green+Blue) = 125+194+219=538 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.23% from 538); Green value is 194 (76.17% from 255 or 36.06% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #7DC2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC2DB is #823D24. Grayscale: #B0B0B0. Windows color (decimal): -8535333 or 14402173. OLE color: 14402173.

HSL color Cylindrical-coordinate representation of color #7DC2DB: hue angle of 195.96º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DC2DB is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 194 219 -
CMYK 0.43 0.11 0 0.14
HSL 195.96º 0.57% 0.67% -
HSV(B) 195.96º 0.43% 0.86% -
XYZ 40.54 48.06 74.16 -
YUV 176.22 152.14 91.47 -
System Red Green Blue C M Y K H S L
Decimal 125 194 219 0.43 0.11 0 0.14 195.96 0.57 0.67
Hex 7D C2 DB 2B B 0 E C4 39 43
Octal 175 302 333 53 13 0 16 304 71 103
Binary 1111101 11000010 11011011 101011 1011 0 1110 11000100 111001 1000011

Color Harmonies of #7DC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC2DB

Black with #7DC2DB

Text Example


Text Example

White with #7DC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,194,219); }

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

background-color css

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

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

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

border-color css

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

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

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