#8EDAE9

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

Shades of Anakiwa #8EDAE9

Tints of Anakiwa #8EDAE9

Color information

#8EDAE9 (or 0x8EDAE9) is unknown color: approx Anakiwa. HEX triplet: 8E, DA and E9. RGB value is (142,218,233). Sum of RGB (Red+Green+Blue) = 142+218+233=593 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.95% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #8EDAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDAE9 is #712516. Grayscale: #C4C4C4. Windows color (decimal): -7415063 or 15325838. OLE color: 15325838.

HSL color Cylindrical-coordinate representation of color #8EDAE9: hue angle of 189.89º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EDAE9 is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB142218233-
CMYK0.390.0600.09
HSL189.89º67.41%73.53%-
HSV(B)189.89º39.06%91.37%-
XYZ50.9361.7886.33-
YUV196.99148.3288.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.95%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 233 (91.41% from 255) = 39.29%
R=23.95%
G=36.76%
B=39.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1422182330.390.0600.09189.8967.4173.53
Hex8EDAE927609be434a
Octal216332351476011276103112
Binary100011101101101011101001100111110010011011111010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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