#8EDFF2

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

Shades of Anakiwa #8EDFF2

Tints of Anakiwa #8EDFF2

Color information

#8EDFF2 (or 0x8EDFF2) is unknown color: approx Anakiwa. HEX triplet: 8E, DF and F2. RGB value is (142,223,242). Sum of RGB (Red+Green+Blue) = 142+223+242=607 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.39% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 242 (94.92% from 255 or 39.87% from 607); Max value from RGB is 242 - color contains mainly: blue. Hex color #8EDFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFF2 is #71200D. Grayscale: #C8C8C8. Windows color (decimal): -7413774 or 15916942. OLE color: 15916942.

HSL color Cylindrical-coordinate representation of color #8EDFF2: hue angle of 191.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 #8EDFF2 is Cyan = 0.41, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142223242-
CMYK0.410.0800.05
HSL191.4º79.37%75.29%-
HSV(B)191.4º41.32%94.9%-
XYZ53.5764.9493.72-
YUV200.95151.1685.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.39%
GREEN value IS 223 (87.5% from 255) = 36.74%
BLUE value IS 242 (94.92% from 255) = 39.87%
R=23.39%
G=36.74%
B=39.87%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422232420.410.0800.05191.479.3775.29
Hex8EDFF229805bf4f4b
Octal216337362511005277117113
Binary100011101101111111110010101001100001011011111110011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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