#8ECAE6

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

Shades of Anakiwa #8ECAE6

Tints of Anakiwa #8ECAE6

Color information

#8ECAE6 (or 0x8ECAE6) is unknown color: approx Anakiwa. HEX triplet: 8E, CA and E6. RGB value is (142,202,230). Sum of RGB (Red+Green+Blue) = 142+202+230=574 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.74% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #8ECAE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECAE6 is #713519. Grayscale: #BBBBBB. Windows color (decimal): -7419162 or 15125134. OLE color: 15125134.

HSL color Cylindrical-coordinate representation of color #8ECAE6: hue angle of 199.09º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ECAE6 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB142202230-
CMYK0.380.1200.10
HSL199.09º63.77%72.94%-
HSV(B)199.09º38.26%90.2%-
XYZ46.5653.7182.78-
YUV187.25152.1295.72-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.74%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 230 (90.23% from 255) = 40.07%
R=24.74%
G=35.19%
B=40.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1422022300.380.1200.10199.0963.7772.94
Hex8ECAE626C0Ac74049
Octal2163123464614012307100111
Binary1000111011001010111001101001101100010101100011110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,202,230); }

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

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

 a { background-color: rgb(142,202,230); }

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

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

 span { border-color: rgb(142,202,230); }

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