#8ED6E4

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

Shades of Anakiwa #8ED6E4

Tints of Anakiwa #8ED6E4

Color information

#8ED6E4 (or 0x8ED6E4) is unknown color: approx Anakiwa. HEX triplet: 8E, D6 and E4. RGB value is (142,214,228). Sum of RGB (Red+Green+Blue) = 142+214+228=584 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.32% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 228 - color contains mainly: blue. Hex color #8ED6E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED6E4 is #71291B. Grayscale: #C1C1C1. Windows color (decimal): -7416092 or 14997134. OLE color: 14997134.

HSL color Cylindrical-coordinate representation of color #8ED6E4: hue angle of 189.77º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ED6E4 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB142214228-
CMYK0.380.0600.11
HSL189.77º61.43%72.55%-
HSV(B)189.77º37.72%89.41%-
XYZ49.2159.4582.28-
YUV194.07147.1590.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.32%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 228 (89.45% from 255) = 39.04%
R=24.32%
G=36.64%
B=39.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1422142280.380.0600.11189.7761.4372.55
Hex8ED6E42660Bbe3d49
Octal21632634446601327675111
Binary10001110110101101110010010011011001011101111101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,214,228); }

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

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

 a { background-color: rgb(142,214,228); }

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

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

 span { border-color: rgb(142,214,228); }

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