#8ECDDD

Color #8ECDDD Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #8ECDDD

Tints of Anakiwa #8ECDDD

Color information

#8ECDDD (or 0x8ECDDD) is unknown color: approx Anakiwa. HEX triplet: 8E, CD and DD. RGB value is (142,205,221). Sum of RGB (Red+Green+Blue) = 142+205+221=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 205 (80.47% from 255 or 36.09% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ECDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDDD is #713222. Grayscale: #BBBBBB. Windows color (decimal): -7418403 or 14536078. OLE color: 14536078.

HSL color Cylindrical-coordinate representation of color #8ECDDD: hue angle of 192.15º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ECDDD is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142205221-
CMYK0.360.0700.13
HSL192.15º53.74%71.18%-
HSV(B)192.15º35.75%86.67%-
XYZ46.0454.6376.53-
YUV187.99146.6395.2-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25%
GREEN value IS 205 (80.47% from 255) = 36.09%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=25%
G=36.09%
B=38.91%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422052210.360.0700.13192.1553.7471.18
Hex8ECDDD2470Dc03647
Octal21631533544701530066107
Binary10001110110011011101110110010011101101110000001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ECDDD; }

 p { color: rgb(142,205,221); }

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

<style>
 a { background-color: #8ECDDD; }

 a { background-color: rgb(142,205,221); }

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

<style>
 span { border-color: #8ECDDD; }

 span { border-color: rgb(142,205,221); }

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