#8ECDEC

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

Shades of Anakiwa #8ECDEC

Tints of Anakiwa #8ECDEC

Color information

#8ECDEC (or 0x8ECDEC) is unknown color: approx Anakiwa. HEX triplet: 8E, CD and EC. RGB value is (142,205,236). Sum of RGB (Red+Green+Blue) = 142+205+236=583 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.36% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #8ECDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECDEC is #713213. Grayscale: #BDBDBD. Windows color (decimal): -7418388 or 15519118. OLE color: 15519118.

HSL color Cylindrical-coordinate representation of color #8ECDEC: hue angle of 199.79º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ECDEC is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142205236-
CMYK0.400.1300.07
HSL199.79º71.21%74.12%-
HSV(B)199.79º39.83%92.55%-
XYZ48.1355.4787.53-
YUV189.7154.1393.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.36%
GREEN value IS 205 (80.47% from 255) = 35.16%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=24.36%
G=35.16%
B=40.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422052360.400.1300.07199.7971.2174.12
Hex8ECDEC28D07c8474a
Octal216315354501507310107112
Binary100011101100110111101100101000110101111100100010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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