#8EDCEC

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

Shades of Anakiwa #8EDCEC

Tints of Anakiwa #8EDCEC

Color information

#8EDCEC (or 0x8EDCEC) is unknown color: approx Anakiwa. HEX triplet: 8E, DC and EC. RGB value is (142,220,236). Sum of RGB (Red+Green+Blue) = 142+220+236=598 (79% of max value = 765). Red value is 142 (55.86% from 255 or 23.75% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EDCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDCEC is #712313. Grayscale: #C6C6C6. Windows color (decimal): -7414548 or 15522958. OLE color: 15522958.

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

Color convert

RGB142220236-
CMYK0.400.0700.07
HSL190.21º71.21%74.12%-
HSV(B)190.21º39.83%92.55%-
XYZ51.8962.9988.78-
YUV198.5149.1687.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 23.75%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=23.75%
G=36.79%
B=39.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422202360.400.0700.07190.2171.2174.12
Hex8EDCEC28707be474a
Octal21633435450707276107112
Binary10001110110111001110110010100011101111011111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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