#8ECEDD

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

Shades of Anakiwa #8ECEDD

Tints of Anakiwa #8ECEDD

Color information

#8ECEDD (or 0x8ECEDD) is unknown color: approx Anakiwa. HEX triplet: 8E, CE and DD. RGB value is (142,206,221). Sum of RGB (Red+Green+Blue) = 142+206+221=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ECEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEDD is #713122. Grayscale: #BCBCBC. Windows color (decimal): -7418147 or 14536334. OLE color: 14536334.

HSL color Cylindrical-coordinate representation of color #8ECEDD: hue angle of 191.39º 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 #8ECEDD is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142206221-
CMYK0.360.0700.13
HSL191.39º53.74%71.18%-
HSV(B)191.39º35.75%86.67%-
XYZ46.2855.1176.61-
YUV188.57146.394.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.96%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=24.96%
G=36.20%
B=38.84%

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
Decimal1422062210.360.0700.13191.3953.7471.18
Hex8ECEDD2470Dbf3647
Octal21631633544701527766107
Binary10001110110011101101110110010011101101101111111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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