#8EDBE5

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

Shades of Anakiwa #8EDBE5

Tints of Anakiwa #8EDBE5

Color information

#8EDBE5 (or 0x8EDBE5) is unknown color: approx Anakiwa. HEX triplet: 8E, DB and E5. RGB value is (142,219,229). Sum of RGB (Red+Green+Blue) = 142+219+229=590 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.07% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 229 - color contains mainly: blue. Hex color #8EDBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDBE5 is #71241A. Grayscale: #C4C4C4. Windows color (decimal): -7414811 or 15063950. OLE color: 15063950.

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

Color convert

RGB142219229-
CMYK0.380.0400.10
HSL186.9º62.59%72.75%-
HSV(B)186.9º37.99%89.8%-
XYZ50.6362.0783.44-
YUV197.12145.9988.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.07%
GREEN value IS 219 (85.94% from 255) = 37.12%
BLUE value IS 229 (89.84% from 255) = 38.81%
R=24.07%
G=37.12%
B=38.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422192290.380.0400.10186.962.5972.75
Hex8EDBE52640Abb3f49
Octal21633334546401227377111
Binary10001110110110111110010110011010001010101110111111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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