#8EC5DA

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

Shades of Anakiwa #8EC5DA

Tints of Anakiwa #8EC5DA

Color information

#8EC5DA (or 0x8EC5DA) is unknown color: approx Anakiwa. HEX triplet: 8E, C5 and DA. RGB value is (142,197,218). Sum of RGB (Red+Green+Blue) = 142+197+218=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #8EC5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC5DA is #713A25. Grayscale: #B6B6B6. Windows color (decimal): -7420454 or 14337422. OLE color: 14337422.

HSL color Cylindrical-coordinate representation of color #8EC5DA: hue angle of 196.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EC5DA is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB142197218-
CMYK0.350.1000.15
HSL196.58º50.67%70.59%-
HSV(B)196.58º34.86%85.49%-
XYZ43.7850.7573.82-
YUV182.95147.7898.79-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.49%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 218 (85.55% from 255) = 39.14%
R=25.49%
G=35.37%
B=39.14%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1421972180.350.1000.15196.5850.6770.59
Hex8EC5DA23A0Fc53347
Octal216305332431201730563107
Binary100011101100010111011010100011101001111110001011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,197,218); }

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

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

 a { background-color: rgb(142,197,218); }

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

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

 span { border-color: rgb(142,197,218); }

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