Html Css Color HEX #7EC1DC Spray

📋 copy color: '#7EC1DC'

red 126 ◦ green 193 ◦ blue 220

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

Shades of Spray #7EC1DC

Tints of Spray #7EC1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.81%

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

R = 23.38%
G = 35.81%
B = 40.82%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EC1DC (or 0x7EC1DC) is known color: Spray. HEX triplet: 7E, C1 and DC. RGB value is (126,193,220). Sum of RGB (Red+Green+Blue) = 126+193+220=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #7EC1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC1DC is #813E23. Grayscale: #AFAFAF. Windows color (decimal): -8470052 or 14467454. OLE color: 14467454.

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

Color convert

RGB 126 193 220 -
CMYK 0.43 0.12 0 0.14
HSL 197.23º 0.57% 0.68% -
HSV(B) 197.23º 0.43% 0.86% -
XYZ 40.59 47.74 74.79 -
YUV 176.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 126 193 220 0.43 0.12 0 0.14 197.23 0.57 0.68
Hex 7E C1 DC 2B C 0 E C5 39 44
Octal 176 301 334 53 14 0 16 305 71 104
Binary 1111110 11000001 11011100 101011 1100 0 1110 11000101 111001 1000100

Color Harmonies of #7EC1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC1DC

Black with #7EC1DC

Text Example


Text Example

White with #7EC1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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