#8ED5EB

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

Shades of Anakiwa #8ED5EB

Tints of Anakiwa #8ED5EB

Color information

#8ED5EB (or 0x8ED5EB) is unknown color: approx Anakiwa. HEX triplet: 8E, D5 and EB. RGB value is (142,213,235). Sum of RGB (Red+Green+Blue) = 142+213+235=590 (78% of max value = 765). Red value is 142 (55.86% from 255 or 24.07% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ED5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED5EB is #712A14. Grayscale: #C2C2C2. Windows color (decimal): -7416341 or 15455630. OLE color: 15455630.

HSL color Cylindrical-coordinate representation of color #8ED5EB: hue angle of 194.19º 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 #8ED5EB is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB142213235-
CMYK0.400.0900.08
HSL194.19º69.92%73.92%-
HSV(B)194.19º39.57%92.16%-
XYZ49.9459.3487.42-
YUV194.28150.9890.71-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.07%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 235 (92.19% from 255) = 39.83%
R=24.07%
G=36.10%
B=39.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422132350.400.0900.08194.1969.9273.92
Hex8ED5EB28908c2464a
Octal2163253535011010302106112
Binary1000111011010101111010111010001001010001100001010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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