Html Css Color HEX #7EC2DB Spray

📋 copy color: '#7EC2DB'

red 126 ◦ green 194 ◦ blue 219

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

Shades of Spray #7EC2DB

Tints of Spray #7EC2DB

RGB

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

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

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

R = 23.38%
G = 35.99%
B = 40.63%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7EC2DB (or 0x7EC2DB) is known color: Spray. HEX triplet: 7E, C2 and DB. RGB value is (126,194,219). Sum of RGB (Red+Green+Blue) = 126+194+219=539 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.38% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EC2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC2DB is #813D24. Grayscale: #B0B0B0. Windows color (decimal): -8469797 or 14402174. OLE color: 14402174.

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

Color convert

RGB 126 194 219 -
CMYK 0.42 0.11 0 0.14
HSL 196.13º 0.56% 0.68% -
HSV(B) 196.13º 0.42% 0.86% -
XYZ 40.68 48.13 74.16 -
YUV 176.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 126 194 219 0.42 0.11 0 0.14 196.13 0.56 0.68
Hex 7E C2 DB 2A B 0 E C4 38 44
Octal 176 302 333 52 13 0 16 304 70 104
Binary 1111110 11000010 11011011 101010 1011 0 1110 11000100 111000 1000100

Color Harmonies of #7EC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC2DB

Black with #7EC2DB

Text Example


Text Example

White with #7EC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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