#8ED8EF

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

Shades of Anakiwa #8ED8EF

Tints of Anakiwa #8ED8EF

Color information

#8ED8EF (or 0x8ED8EF) is unknown color: approx Anakiwa. HEX triplet: 8E, D8 and EF. RGB value is (142,216,239). Sum of RGB (Red+Green+Blue) = 142+216+239=597 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.79% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ED8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED8EF is #712710. Grayscale: #C4C4C4. Windows color (decimal): -7415569 or 15718542. OLE color: 15718542.

HSL color Cylindrical-coordinate representation of color #8ED8EF: hue angle of 194.23º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8ED8EF is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142216239-
CMYK0.410.1000.06
HSL194.23º75.19%74.71%-
HSV(B)194.23º40.59%93.73%-
XYZ51.2961.0990.75-
YUV196.5151.9889.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.79%
GREEN value IS 216 (84.77% from 255) = 36.18%
BLUE value IS 239 (93.75% from 255) = 40.03%
R=23.79%
G=36.18%
B=40.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422162390.410.1000.06194.2375.1974.71
Hex8ED8EF29A06c24b4b
Octal216330357511206302113113
Binary100011101101100011101111101001101001101100001010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,216,239); }

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

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

 a { background-color: rgb(142,216,239); }

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

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

 span { border-color: rgb(142,216,239); }

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