Html Css Color HEX #8ECADB Anakiwa

📋 copy color: '#8ECADB'

red 142 ◦ green 202 ◦ blue 219

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

Shades of Anakiwa #8ECADB

Tints of Anakiwa #8ECADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 25.22%
G = 35.88%
B = 38.9%

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

#8ECADB (or 0x8ECADB) is known color: Anakiwa. HEX triplet: 8E, CA and DB. RGB value is (142,202,219). Sum of RGB (Red+Green+Blue) = 142+202+219=563 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.22% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #8ECADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECADB is #713524. Grayscale: #B9B9B9. Windows color (decimal): -7419173 or 14404238. OLE color: 14404238.

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

Color convert

RGB 142 202 219 -
CMYK 0.35 0.08 0 0.14
HSL 193.25º 0.52% 0.71% -
HSV(B) 193.25º 0.35% 0.86% -
XYZ 45.06 53.11 74.89 -
YUV 186 146.62 96.62 -
System Red Green Blue C M Y K H S L
Decimal 142 202 219 0.35 0.08 0 0.14 193.25 0.52 0.71
Hex 8E CA DB 23 8 0 E C1 34 47
Octal 216 312 333 43 10 0 16 301 64 107
Binary 10001110 11001010 11011011 100011 1000 0 1110 11000001 110100 1000111

Color Harmonies of #8ECADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECADB

Black with #8ECADB

Text Example


Text Example

White with #8ECADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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