Html Css Color HEX #7EC4DC Spray

📋 copy color: '#7EC4DC'

red 126 ◦ green 196 ◦ blue 220

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

Shades of Spray #7EC4DC

Tints of Spray #7EC4DC

RGB

 RED value IS 126 (49.61% from 255) = 23.25%

 GREEN value IS 196 (76.95% from 255) = 36.16%

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

R = 23.25%
G = 36.16%
B = 40.59%

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

#7EC4DC (or 0x7EC4DC) is known color: Spray. HEX triplet: 7E, C4 and DC. RGB value is (126,196,220). Sum of RGB (Red+Green+Blue) = 126+196+220=542 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.25% from 542); Green value is 196 (76.95% from 255 or 36.16% 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 #7EC4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC4DC is #813B23. Grayscale: #B1B1B1. Windows color (decimal): -8469284 or 14468222. OLE color: 14468222.

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

Color convert

RGB 126 196 220 -
CMYK 0.43 0.11 0 0.14
HSL 195.32º 0.57% 0.68% -
HSV(B) 195.32º 0.43% 0.86% -
XYZ 41.26 49.08 75.01 -
YUV 177.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 126 196 220 0.43 0.11 0 0.14 195.32 0.57 0.68
Hex 7E C4 DC 2B B 0 E C3 39 44
Octal 176 304 334 53 13 0 16 303 71 104
Binary 1111110 11000100 11011100 101011 1011 0 1110 11000011 111001 1000100

Color Harmonies of #7EC4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC4DC

Black with #7EC4DC

Text Example


Text Example

White with #7EC4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,196,220); }

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

background-color css

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

 a { background-color: rgb(126,196,220); }

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

border-color css

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

 span { border-color: rgb(126,196,220); }

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