#6ECDDC

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

Shades of Spray #6ECDDC

Tints of Spray #6ECDDC

Color information

#6ECDDC (or 0x6ECDDC) is unknown color: approx Spray. HEX triplet: 6E, CD and DC. RGB value is (110,205,220). Sum of RGB (Red+Green+Blue) = 110+205+220=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ECDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDDC is #913223. Grayscale: #B2B2B2. Windows color (decimal): -9515556 or 14470510. OLE color: 14470510.

HSL color Cylindrical-coordinate representation of color #6ECDDC: hue angle of 188.18º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECDDC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110205220-
CMYK0.500.0700.14
HSL188.18º61.11%64.71%-
HSV(B)188.18º50%86.27%-
XYZ41.1852.1475.6-
YUV178.3151.5379.28-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 20.56%
GREEN value IS 205 (80.47% from 255) = 38.32%
BLUE value IS 220 (86.33% from 255) = 41.12%
R=20.56%
G=38.32%
B=41.12%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1102052200.500.0700.14188.1861.1164.71
Hex6ECDDC3270Ebc3d41
Octal15631533462701627475101
Binary1101110110011011101110011001011101110101111001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ECDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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