#8ED4EB

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

Shades of Anakiwa #8ED4EB

Tints of Anakiwa #8ED4EB

Color information

#8ED4EB (or 0x8ED4EB) is unknown color: approx Anakiwa. HEX triplet: 8E, D4 and EB. RGB value is (142,212,235). Sum of RGB (Red+Green+Blue) = 142+212+235=589 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.11% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ED4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED4EB is #712B14. Grayscale: #C1C1C1. Windows color (decimal): -7416597 or 15455374. OLE color: 15455374.

HSL color Cylindrical-coordinate representation of color #8ED4EB: hue angle of 194.84º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8ED4EB is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142212235-
CMYK0.400.1000.08
HSL194.84º69.92%73.92%-
HSV(B)194.84º39.57%92.16%-
XYZ49.6958.8487.33-
YUV193.69151.3191.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.11%
GREEN value IS 212 (83.20% from 255) = 35.99%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=24.11%
G=35.99%
B=39.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422122350.400.1000.08194.8469.9273.92
Hex8ED4EB28A08c3464a
Octal2163243535012010303106112
Binary1000111011010100111010111010001010010001100001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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