Html Css Color HEX #7EC9CD Spray

📋 copy color: '#7EC9CD'

red 126 ◦ green 201 ◦ blue 205

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

Shades of Spray #7EC9CD

Tints of Spray #7EC9CD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.78%

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 23.68%
G = 37.78%
B = 38.53%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7EC9CD (or 0x7EC9CD) is known color: Spray. HEX triplet: 7E, C9 and CD. RGB value is (126,201,205). Sum of RGB (Red+Green+Blue) = 126+201+205=532 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.68% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #7EC9CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC9CD is #813632. Grayscale: #B2B2B2. Windows color (decimal): -8468019 or 13486462. OLE color: 13486462.

HSL color Cylindrical-coordinate representation of color #7EC9CD: hue angle of 183.04º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EC9CD is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 201 205 -
CMYK 0.39 0.02 0 0.20
HSL 183.04º 0.44% 0.65% -
HSV(B) 183.04º 0.39% 0.8% -
XYZ 40.51 50.62 65.39 -
YUV 179.03 142.65 90.17 -
System Red Green Blue C M Y K H S L
Decimal 126 201 205 0.39 0.02 0 0.20 183.04 0.44 0.65
Hex 7E C9 CD 27 2 0 14 B7 2C 41
Octal 176 311 315 47 2 0 24 267 54 101
Binary 1111110 11001001 11001101 100111 10 0 10100 10110111 101100 1000001

Color Harmonies of #7EC9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC9CD

Black with #7EC9CD

Text Example


Text Example

White with #7EC9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,201,205); }

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

background-color css

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

 a { background-color: rgb(126,201,205); }

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

border-color css

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

 span { border-color: rgb(126,201,205); }

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