#8EDAE5

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

Shades of Anakiwa #8EDAE5

Tints of Anakiwa #8EDAE5

Color information

#8EDAE5 (or 0x8EDAE5) is unknown color: approx Anakiwa. HEX triplet: 8E, DA and E5. RGB value is (142,218,229). Sum of RGB (Red+Green+Blue) = 142+218+229=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #8EDAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDAE5 is #71251A. Grayscale: #C4C4C4. Windows color (decimal): -7415067 or 15063694. OLE color: 15063694.

HSL color Cylindrical-coordinate representation of color #8EDAE5: hue angle of 187.59º 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 #8EDAE5 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB142218229-
CMYK0.380.0500.10
HSL187.59º62.59%72.75%-
HSV(B)187.59º37.99%89.8%-
XYZ50.3761.5583.35-
YUV196.53146.3289.11-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.11%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 229 (89.84% from 255) = 38.88%
R=24.11%
G=37.01%
B=38.88%

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
Decimal1422182290.380.0500.10187.5962.5972.75
Hex8EDAE52650Abc3f49
Octal21633234546501227477111
Binary10001110110110101110010110011010101010101111001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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