#8ED7EF

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

Shades of Anakiwa #8ED7EF

Tints of Anakiwa #8ED7EF

Color information

#8ED7EF (or 0x8ED7EF) is unknown color: approx Anakiwa. HEX triplet: 8E, D7 and EF. RGB value is (142,215,239). Sum of RGB (Red+Green+Blue) = 142+215+239=596 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.83% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ED7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED7EF is #712810. Grayscale: #C3C3C3. Windows color (decimal): -7415825 or 15718286. OLE color: 15718286.

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

Color convert

RGB142215239-
CMYK0.410.1000.06
HSL194.85º75.19%74.71%-
HSV(B)194.85º40.59%93.73%-
XYZ51.0460.5890.67-
YUV195.91152.3289.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.83%
GREEN value IS 215 (84.38% from 255) = 36.07%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=23.83%
G=36.07%
B=40.10%

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
Decimal1422152390.410.1000.06194.8575.1974.71
Hex8ED7EF29A06c34b4b
Octal216327357511206303113113
Binary100011101101011111101111101001101001101100001110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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