Html Css Color HEX #8ECADC Anakiwa

📋 copy color: '#8ECADC'

red 142 ◦ green 202 ◦ blue 220

#8ECADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Anakiwa #8ECADC

Tints of Anakiwa #8ECADC

RGB

 RED value IS 142 (55.86% from 255) = 25.18%

 GREEN value IS 202 (79.3% from 255) = 35.82%

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 25.18%
G = 35.82%
B = 39.01%

CMYK

 C value IS 0.35

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8ECADC (or 0x8ECADC) is known color: Anakiwa. HEX triplet: 8E, CA and DC. RGB value is (142,202,220). Sum of RGB (Red+Green+Blue) = 142+202+220=564 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.18% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ECADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECADC is #713523. Grayscale: #B9B9B9. Windows color (decimal): -7419172 or 14469774. OLE color: 14469774.

HSL color Cylindrical-coordinate representation of color #8ECADC: hue angle of 193.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ECADC is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 202 220 -
CMYK 0.35 0.08 0 0.14
HSL 193.85º 0.53% 0.71% -
HSV(B) 193.85º 0.35% 0.86% -
XYZ 45.19 53.16 75.59 -
YUV 186.11 147.12 96.54 -
System Red Green Blue C M Y K H S L
Decimal 142 202 220 0.35 0.08 0 0.14 193.85 0.53 0.71
Hex 8E CA DC 23 8 0 E C2 35 47
Octal 216 312 334 43 10 0 16 302 65 107
Binary 10001110 11001010 11011100 100011 1000 0 1110 11000010 110101 1000111

Color Harmonies of #8ECADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECADC

Black with #8ECADC

Text Example


Text Example

White with #8ECADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ECADC;
 }
 .AnyTagClassName
 {
   color: #8ECADC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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