#8ED4F0

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

Shades of Anakiwa #8ED4F0

Tints of Anakiwa #8ED4F0

Color information

#8ED4F0 (or 0x8ED4F0) is unknown color: approx Anakiwa. HEX triplet: 8E, D4 and F0. RGB value is (142,212,240). Sum of RGB (Red+Green+Blue) = 142+212+240=594 (78% of max value = 765). Red value is 142 (55.86% from 255 or 23.91% from 594); Green value is 212 (83.20% from 255 or 35.69% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #8ED4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED4F0 is #712B0F. Grayscale: #C2C2C2. Windows color (decimal): -7416592 or 15783054. OLE color: 15783054.

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

Color convert

RGB142212240-
CMYK0.410.1200.06
HSL197.14º76.56%74.9%-
HSV(B)197.14º40.83%94.12%-
XYZ50.4359.1391.19-
YUV194.26153.8190.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.91%
GREEN value IS 212 (83.20% from 255) = 35.69%
BLUE value IS 240 (94.14% from 255) = 40.40%
R=23.91%
G=35.69%
B=40.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422122400.410.1200.06197.1476.5674.9
Hex8ED4F029C06c54d4b
Octal216324360511406305115113
Binary100011101101010011110000101001110001101100010110011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,212,240); }

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

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

 a { background-color: rgb(142,212,240); }

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

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

 span { border-color: rgb(142,212,240); }

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