#8EDAF2

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

Shades of Anakiwa #8EDAF2

Tints of Anakiwa #8EDAF2

Color information

#8EDAF2 (or 0x8EDAF2) is unknown color: approx Anakiwa. HEX triplet: 8E, DA and F2. RGB value is (142,218,242). Sum of RGB (Red+Green+Blue) = 142+218+242=602 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.59% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #8EDAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDAF2 is #71250D. Grayscale: #C5C5C5. Windows color (decimal): -7415054 or 15915662. OLE color: 15915662.

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

Color convert

RGB142218242-
CMYK0.410.1000.05
HSL194.4º79.37%75.29%-
HSV(B)194.4º41.32%94.9%-
XYZ52.2562.393.28-
YUV198.01152.8288.05-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.59%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 242 (94.92% from 255) = 40.20%
R=23.59%
G=36.21%
B=40.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422182420.410.1000.05194.479.3775.29
Hex8EDAF229A05c24f4b
Octal216332362511205302117113
Binary100011101101101011110010101001101001011100001010011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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