#7EC9CF

Color #7EC9CF Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spray #7EC9CF

Tints of Spray #7EC9CF

Color information

#7EC9CF (or 0x7EC9CF) is unknown color: approx Spray. HEX triplet: 7E, C9 and CF. RGB value is (126,201,207). Sum of RGB (Red+Green+Blue) = 126+201+207=534 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.60% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 207 - color contains mainly: blue. Hex color #7EC9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC9CF is #813630. Grayscale: #B3B3B3. Windows color (decimal): -8468017 or 13617534. OLE color: 13617534.

HSL color Cylindrical-coordinate representation of color #7EC9CF: hue angle of 184.44º degrees, saturation: 0.46, 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 #7EC9CF is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB126201207-
CMYK0.390.0300.19
HSL184.44º45.76%65.29%-
HSV(B)184.44º39.13%81.18%-
XYZ40.7550.7166.67-
YUV179.26143.6590.01-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.60%
GREEN value IS 201 (78.91% from 255) = 37.64%
BLUE value IS 207 (81.25% from 255) = 38.76%
R=23.60%
G=37.64%
B=38.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1262012070.390.0300.19184.4445.7665.29
Hex7EC9CF273013b82e41
Octal17631131747302327056101
Binary1111110110010011100111110011111010011101110001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7EC9CF;
 }
 .AnyTagClassName
 {
   color: #7EC9CF;
 }
</style>
background-color css

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

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

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

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

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

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