Html Css Color HEX #8ECBDC Anakiwa

📋 copy color: '#8ECBDC'

red 142 ◦ green 203 ◦ blue 220

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

Shades of Anakiwa #8ECBDC

Tints of Anakiwa #8ECBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.93%

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

R = 25.13%
G = 35.93%
B = 38.94%

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

#8ECBDC (or 0x8ECBDC) is known color: Anakiwa. HEX triplet: 8E, CB and DC. RGB value is (142,203,220). Sum of RGB (Red+Green+Blue) = 142+203+220=565 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.13% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ECBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECBDC is #713423. Grayscale: #BABABA. Windows color (decimal): -7418916 or 14470030. OLE color: 14470030.

HSL color Cylindrical-coordinate representation of color #8ECBDC: hue angle of 193.08º 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 #8ECBDC is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 203 220 -
CMYK 0.35 0.08 0 0.14
HSL 193.08º 0.53% 0.71% -
HSV(B) 193.08º 0.35% 0.86% -
XYZ 45.43 53.63 75.67 -
YUV 186.7 146.79 96.12 -
System Red Green Blue C M Y K H S L
Decimal 142 203 220 0.35 0.08 0 0.14 193.08 0.53 0.71
Hex 8E CB DC 23 8 0 E C1 35 47
Octal 216 313 334 43 10 0 16 301 65 107
Binary 10001110 11001011 11011100 100011 1000 0 1110 11000001 110101 1000111

Color Harmonies of #8ECBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECBDC

Black with #8ECBDC

Text Example


Text Example

White with #8ECBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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