#8ECBE9

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

Shades of Anakiwa #8ECBE9

Tints of Anakiwa #8ECBE9

Color information

#8ECBE9 (or 0x8ECBE9) is unknown color: approx Anakiwa. HEX triplet: 8E, CB and E9. RGB value is (142,203,233). Sum of RGB (Red+Green+Blue) = 142+203+233=578 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.57% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 233 (91.41% from 255 or 40.31% from 578); Max value from RGB is 233 - color contains mainly: blue. Hex color #8ECBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8ECBE9 is #713416. Grayscale: #BCBCBC. Windows color (decimal): -7418903 or 15321998. OLE color: 15321998.

HSL color Cylindrical-coordinate representation of color #8ECBE9: hue angle of 199.78º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8ECBE9 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB142203233-
CMYK0.390.1300.09
HSL199.78º67.41%73.53%-
HSV(B)199.78º39.06%91.37%-
XYZ47.2254.3585.09-
YUV188.18153.2995.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.57%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 233 (91.41% from 255) = 40.31%
R=24.57%
G=35.12%
B=40.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1422032330.390.1300.09199.7867.4173.53
Hex8ECBE927D09c8434a
Octal2163133514715011310103112
Binary1000111011001011111010011001111101010011100100010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,203,233); }

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

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

 a { background-color: rgb(142,203,233); }

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

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

 span { border-color: rgb(142,203,233); }

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