#7ECDDC

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

Shades of Spray #7ECDDC

Tints of Spray #7ECDDC

Color information

#7ECDDC (or 0x7ECDDC) is unknown color: approx Spray. HEX triplet: 7E, CD and DC. RGB value is (126,205,220). Sum of RGB (Red+Green+Blue) = 126+205+220=551 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.87% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #7ECDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDDC is #813223. Grayscale: #B6B6B6. Windows color (decimal): -8466980 or 14470526. OLE color: 14470526.

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

Color convert

RGB126205220-
CMYK0.430.0700.14
HSL189.57º57.32%67.84%-
HSV(B)189.57º42.73%86.27%-
XYZ43.3553.2775.71-
YUV183.09148.8387.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 22.87%
GREEN value IS 205 (80.47% from 255) = 37.21%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=22.87%
G=37.21%
B=39.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1262052200.430.0700.14189.5757.3267.84
Hex7ECDDC2B70Ebe3944
Octal17631533453701627671104
Binary1111110110011011101110010101111101110101111101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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