#8ED9E5

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

Shades of Anakiwa #8ED9E5

Tints of Anakiwa #8ED9E5

Color information

#8ED9E5 (or 0x8ED9E5) is unknown color: approx Anakiwa. HEX triplet: 8E, D9 and E5. RGB value is (142,217,229). Sum of RGB (Red+Green+Blue) = 142+217+229=588 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.15% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #8ED9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ED9E5 is #71261A. Grayscale: #C3C3C3. Windows color (decimal): -7415323 or 15063438. OLE color: 15063438.

HSL color Cylindrical-coordinate representation of color #8ED9E5: hue angle of 188.28º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ED9E5 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB142217229-
CMYK0.380.0500.10
HSL188.28º62.59%72.75%-
HSV(B)188.28º37.99%89.8%-
XYZ50.1161.0383.27-
YUV195.94146.6589.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.15%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 229 (89.84% from 255) = 38.95%
R=24.15%
G=36.90%
B=38.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422172290.380.0500.10188.2862.5972.75
Hex8ED9E52650Abc3f49
Octal21633134546501227477111
Binary10001110110110011110010110011010101010101111001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,217,229); }

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

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

 a { background-color: rgb(142,217,229); }

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

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

 span { border-color: rgb(142,217,229); }

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