Html Css Color HEX #7EC2D7 Spray

📋 copy color: '#7EC2D7'

red 126 ◦ green 194 ◦ blue 215

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

Shades of Spray #7EC2D7

Tints of Spray #7EC2D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.19%

R = 23.55%
G = 36.26%
B = 40.19%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7EC2D7 (or 0x7EC2D7) is known color: Spray. HEX triplet: 7E, C2 and D7. RGB value is (126,194,215). Sum of RGB (Red+Green+Blue) = 126+194+215=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #7EC2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC2D7 is #813D28. Grayscale: #AFAFAF. Windows color (decimal): -8469801 or 14140030. OLE color: 14140030.

HSL color Cylindrical-coordinate representation of color #7EC2D7: hue angle of 194.16º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7EC2D7 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 126 194 215 -
CMYK 0.41 0.10 0 0.16
HSL 194.16º 0.53% 0.67% -
HSV(B) 194.16º 0.41% 0.84% -
XYZ 40.16 47.93 71.42 -
YUV 176.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 126 194 215 0.41 0.10 0 0.16 194.16 0.53 0.67
Hex 7E C2 D7 29 A 0 10 C2 35 43
Octal 176 302 327 51 12 0 20 302 65 103
Binary 1111110 11000010 11010111 101001 1010 0 10000 11000010 110101 1000011

Color Harmonies of #7EC2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC2D7

Black with #7EC2D7

Text Example


Text Example

White with #7EC2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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