#8ECBDD

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

Shades of Anakiwa #8ECBDD

Tints of Anakiwa #8ECBDD

Color information

#8ECBDD (or 0x8ECBDD) is unknown color: approx Anakiwa. HEX triplet: 8E, CB and DD. RGB value is (142,203,221). Sum of RGB (Red+Green+Blue) = 142+203+221=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 203 (79.69% from 255 or 35.87% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #8ECBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBDD is #713422. Grayscale: #BABABA. Windows color (decimal): -7418915 or 14535566. OLE color: 14535566.

HSL color Cylindrical-coordinate representation of color #8ECBDD: hue angle of 193.67º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8ECBDD is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142203221-
CMYK0.360.0800.13
HSL193.67º53.74%71.18%-
HSV(B)193.67º35.75%86.67%-
XYZ45.5653.6876.37-
YUV186.81147.2996.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.09%
GREEN value IS 203 (79.69% from 255) = 35.87%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=25.09%
G=35.87%
B=39.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1422032210.360.0800.13193.6753.7471.18
Hex8ECBDD2480Dc23647
Octal216313335441001530266107
Binary100011101100101111011101100100100001101110000101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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