#7ECFDF

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

Shades of Spray #7ECFDF

Tints of Spray #7ECFDF

Color information

#7ECFDF (or 0x7ECFDF) is unknown color: approx Spray. HEX triplet: 7E, CF and DF. RGB value is (126,207,223). Sum of RGB (Red+Green+Blue) = 126+207+223=556 (73% of max value = 765). Red value is 126 (49.61% from 255 or 22.66% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #7ECFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFDF is #813020. Grayscale: #B8B8B8. Windows color (decimal): -8466465 or 14667646. OLE color: 14667646.

HSL color Cylindrical-coordinate representation of color #7ECFDF: hue angle of 189.9º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7ECFDF is Cyan = 0.43, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126207223-
CMYK0.430.0700.13
HSL189.9º60.25%68.43%-
HSV(B)189.9º43.5%87.45%-
XYZ44.2454.3977.98-
YUV184.6149.6686.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.66%
GREEN value IS 207 (81.25% from 255) = 37.23%
BLUE value IS 223 (87.5% from 255) = 40.11%
R=22.66%
G=37.23%
B=40.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1262072230.430.0700.13189.960.2568.43
Hex7ECFDF2B70Dbe3c44
Octal17631733753701527674104
Binary1111110110011111101111110101111101101101111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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