#8ED1EF

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

Shades of Anakiwa #8ED1EF

Tints of Anakiwa #8ED1EF

Color information

#8ED1EF (or 0x8ED1EF) is unknown color: approx Anakiwa. HEX triplet: 8E, D1 and EF. RGB value is (142,209,239). Sum of RGB (Red+Green+Blue) = 142+209+239=590 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.07% from 590); Green value is 209 (82.03% from 255 or 35.42% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 239 - color contains mainly: blue. Hex color #8ED1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED1EF is #712E10. Grayscale: #C0C0C0. Windows color (decimal): -7417361 or 15716750. OLE color: 15716750.

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

Color convert

RGB142209239-
CMYK0.410.1300.06
HSL198.56º75.19%74.71%-
HSV(B)198.56º40.59%93.73%-
XYZ49.5457.5890.17-
YUV192.39154.392.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.07%
GREEN value IS 209 (82.03% from 255) = 35.42%
BLUE value IS 239 (93.75% from 255) = 40.51%
R=24.07%
G=35.42%
B=40.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422092390.410.1300.06198.5675.1974.71
Hex8ED1EF29D06c74b4b
Octal216321357511506307113113
Binary100011101101000111101111101001110101101100011110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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