#8EDDEC

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

Shades of Anakiwa #8EDDEC

Tints of Anakiwa #8EDDEC

Color information

#8EDDEC (or 0x8EDDEC) is unknown color: approx Anakiwa. HEX triplet: 8E, DD and EC. RGB value is (142,221,236). Sum of RGB (Red+Green+Blue) = 142+221+236=599 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.71% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDDEC is #712213. Grayscale: #C6C6C6. Windows color (decimal): -7414292 or 15523214. OLE color: 15523214.

HSL color Cylindrical-coordinate representation of color #8EDDEC: hue angle of 189.57º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EDDEC is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142221236-
CMYK0.400.0600.07
HSL189.57º71.21%74.12%-
HSV(B)189.57º39.83%92.55%-
XYZ52.1563.5288.87-
YUV199.09148.8387.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.71%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=23.71%
G=36.89%
B=39.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422212360.400.0600.07189.5771.2174.12
Hex8EDDEC28607be474a
Octal21633535450607276107112
Binary10001110110111011110110010100011001111011111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,221,236); }

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

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

 a { background-color: rgb(142,221,236); }

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

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

 span { border-color: rgb(142,221,236); }

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