#8ED3EB

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

Shades of Anakiwa #8ED3EB

Tints of Anakiwa #8ED3EB

Color information

#8ED3EB (or 0x8ED3EB) is unknown color: approx Anakiwa. HEX triplet: 8E, D3 and EB. RGB value is (142,211,235). Sum of RGB (Red+Green+Blue) = 142+211+235=588 (77% of max value = 765). Red value is 142 (55.86% from 255 or 24.15% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #8ED3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ED3EB is #712C14. Grayscale: #C0C0C0. Windows color (decimal): -7416853 or 15455118. OLE color: 15455118.

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

Color convert

RGB142211235-
CMYK0.400.1000.08
HSL195.48º69.92%73.92%-
HSV(B)195.48º39.57%92.16%-
XYZ49.4458.3487.25-
YUV193.1151.6491.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.15%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=24.15%
G=35.88%
B=39.97%

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
Decimal1422112350.400.1000.08195.4869.9273.92
Hex8ED3EB28A08c3464a
Octal2163233535012010303106112
Binary1000111011010011111010111010001010010001100001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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