Html Css Color HEX #7EC7CE Spray

📋 copy color: '#7EC7CE'

red 126 ◦ green 199 ◦ blue 206

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

Shades of Spray #7EC7CE

Tints of Spray #7EC7CE

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.48%

 BLUE value IS 206 (80.86% from 255) = 38.79%

R = 23.73%
G = 37.48%
B = 38.79%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7EC7CE (or 0x7EC7CE) is known color: Spray. HEX triplet: 7E, C7 and CE. RGB value is (126,199,206). Sum of RGB (Red+Green+Blue) = 126+199+206=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 206 (80.86% from 255 or 38.79% from 531); Max value from RGB is 206 - color contains mainly: blue. Hex color #7EC7CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC7CE is #813831. Grayscale: #B1B1B1. Windows color (decimal): -8468530 or 13551486. OLE color: 13551486.

HSL color Cylindrical-coordinate representation of color #7EC7CE: hue angle of 185.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7EC7CE is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 199 206 -
CMYK 0.39 0.03 0 0.19
HSL 185.25º 0.45% 0.65% -
HSV(B) 185.25º 0.39% 0.81% -
XYZ 40.17 49.74 65.88 -
YUV 177.97 143.82 90.93 -
System Red Green Blue C M Y K H S L
Decimal 126 199 206 0.39 0.03 0 0.19 185.25 0.45 0.65
Hex 7E C7 CE 27 3 0 13 B9 2D 41
Octal 176 307 316 47 3 0 23 271 55 101
Binary 1111110 11000111 11001110 100111 11 0 10011 10111001 101101 1000001

Color Harmonies of #7EC7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC7CE

Black with #7EC7CE

Text Example


Text Example

White with #7EC7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,199,206); }

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

background-color css

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

 a { background-color: rgb(126,199,206); }

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

border-color css

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

 span { border-color: rgb(126,199,206); }

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