#8ECEDE

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

Shades of Anakiwa #8ECEDE

Tints of Anakiwa #8ECEDE

Color information

#8ECEDE (or 0x8ECEDE) is unknown color: approx Anakiwa. HEX triplet: 8E, CE and DE. RGB value is (142,206,222). Sum of RGB (Red+Green+Blue) = 142+206+222=570 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.91% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #8ECEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECEDE is #713121. Grayscale: #BCBCBC. Windows color (decimal): -7418146 or 14601870. OLE color: 14601870.

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

Color convert

RGB142206222-
CMYK0.360.0700.13
HSL192º54.79%71.37%-
HSV(B)192º36.04%87.06%-
XYZ46.4155.1777.31-
YUV188.69146.894.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.91%
GREEN value IS 206 (80.86% from 255) = 36.14%
BLUE value IS 222 (87.11% from 255) = 38.95%
R=24.91%
G=36.14%
B=38.95%

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
Decimal1422062220.360.0700.1319254.7971.37
Hex8ECEDE2470Dc03747
Octal21631633644701530067107
Binary10001110110011101101111010010011101101110000001101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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