#8EC6DD

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

Shades of Anakiwa #8EC6DD

Tints of Anakiwa #8EC6DD

Color information

#8EC6DD (or 0x8EC6DD) is unknown color: approx Anakiwa. HEX triplet: 8E, C6 and DD. RGB value is (142,198,221). Sum of RGB (Red+Green+Blue) = 142+198+221=561 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.31% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #8EC6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC6DD is #713922. Grayscale: #B7B7B7. Windows color (decimal): -7420195 or 14534286. OLE color: 14534286.

HSL color Cylindrical-coordinate representation of color #8EC6DD: hue angle of 197.47º 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 #8EC6DD is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB142198221-
CMYK0.360.1000.13
HSL197.47º53.74%71.18%-
HSV(B)197.47º35.75%86.67%-
XYZ44.451.3675.98-
YUV183.88148.9598.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.31%
GREEN value IS 198 (77.73% from 255) = 35.29%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=25.31%
G=35.29%
B=39.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1421982210.360.1000.13197.4753.7471.18
Hex8EC6DD24A0Dc53647
Octal216306335441201530566107
Binary100011101100011011011101100100101001101110001011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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