Html Css Color HEX #8EC9DC Anakiwa

📋 copy color: '#8EC9DC'

red 142 ◦ green 201 ◦ blue 220

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

Shades of Anakiwa #8EC9DC

Tints of Anakiwa #8EC9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.7%

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

R = 25.22%
G = 35.7%
B = 39.08%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8EC9DC (or 0x8EC9DC) is known color: Anakiwa. HEX triplet: 8E, C9 and DC. RGB value is (142,201,220). Sum of RGB (Red+Green+Blue) = 142+201+220=563 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.22% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EC9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC9DC is #713623. Grayscale: #B9B9B9. Windows color (decimal): -7419428 or 14469518. OLE color: 14469518.

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

Color convert

RGB 142 201 220 -
CMYK 0.35 0.09 0 0.14
HSL 194.62º 0.53% 0.71% -
HSV(B) 194.62º 0.35% 0.86% -
XYZ 44.96 52.69 75.51 -
YUV 185.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 142 201 220 0.35 0.09 0 0.14 194.62 0.53 0.71
Hex 8E C9 DC 23 9 0 E C3 35 47
Octal 216 311 334 43 11 0 16 303 65 107
Binary 10001110 11001001 11011100 100011 1001 0 1110 11000011 110101 1000111

Color Harmonies of #8EC9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC9DC

Black with #8EC9DC

Text Example


Text Example

White with #8EC9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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