#7ECDDB

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

Shades of Spray #7ECDDB

Tints of Spray #7ECDDB

Color information

#7ECDDB (or 0x7ECDDB) is unknown color: approx Spray. HEX triplet: 7E, CD and DB. RGB value is (126,205,219). Sum of RGB (Red+Green+Blue) = 126+205+219=550 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.91% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 219 - color contains mainly: blue. Hex color #7ECDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDDB is #813224. Grayscale: #B6B6B6. Windows color (decimal): -8466981 or 14404990. OLE color: 14404990.

HSL color Cylindrical-coordinate representation of color #7ECDDB: hue angle of 189.03º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ECDDB is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126205219-
CMYK0.420.0600.14
HSL189.03º56.36%67.65%-
HSV(B)189.03º42.47%85.88%-
XYZ43.2253.2175.01-
YUV182.98148.3387.36-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.91%
GREEN value IS 205 (80.47% from 255) = 37.27%
BLUE value IS 219 (85.94% from 255) = 39.82%
R=22.91%
G=37.27%
B=39.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262052190.420.0600.14189.0356.3667.65
Hex7ECDDB2A60Ebd3844
Octal17631533352601627570104
Binary1111110110011011101101110101011001110101111011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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