#8ED5EF

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

Shades of Anakiwa #8ED5EF

Tints of Anakiwa #8ED5EF

Color information

#8ED5EF (or 0x8ED5EF) is unknown color: approx Anakiwa. HEX triplet: 8E, D5 and EF. RGB value is (142,213,239). Sum of RGB (Red+Green+Blue) = 142+213+239=594 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.91% from 594); Green value is 213 (83.59% from 255 or 35.86% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ED5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED5EF is #712A10. Grayscale: #C2C2C2. Windows color (decimal): -7416337 or 15717774. OLE color: 15717774.

HSL color Cylindrical-coordinate representation of color #8ED5EF: hue angle of 196.08º 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 #8ED5EF is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142213239-
CMYK0.410.1100.06
HSL196.08º75.19%74.71%-
HSV(B)196.08º40.59%93.73%-
XYZ50.5359.5790.5-
YUV194.74152.9890.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.91%
GREEN value IS 213 (83.59% from 255) = 35.86%
BLUE value IS 239 (93.75% from 255) = 40.24%
R=23.91%
G=35.86%
B=40.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422132390.410.1100.06196.0875.1974.71
Hex8ED5EF29B06c44b4b
Octal216325357511306304113113
Binary100011101101010111101111101001101101101100010010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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