#8ECDDE

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

Shades of Anakiwa #8ECDDE

Tints of Anakiwa #8ECDDE

Color information

#8ECDDE (or 0x8ECDDE) is unknown color: approx Anakiwa. HEX triplet: 8E, CD and DE. RGB value is (142,205,222). Sum of RGB (Red+Green+Blue) = 142+205+222=569 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.96% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #8ECDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDDE is #713221. Grayscale: #BBBBBB. Windows color (decimal): -7418402 or 14601614. OLE color: 14601614.

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

Color convert

RGB142205222-
CMYK0.360.0800.13
HSL192.75º54.79%71.37%-
HSV(B)192.75º36.04%87.06%-
XYZ46.1754.6977.23-
YUV188.1147.1395.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.96%
GREEN value IS 205 (80.47% from 255) = 36.03%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=24.96%
G=36.03%
B=39.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422052220.360.0800.13192.7554.7971.37
Hex8ECDDE2480Dc13747
Octal216315336441001530167107
Binary100011101100110111011110100100100001101110000011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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