Html Css Color HEX #8EC8DC Anakiwa

📋 copy color: '#8EC8DC'

red 142 ◦ green 200 ◦ blue 220

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

Shades of Anakiwa #8EC8DC

Tints of Anakiwa #8EC8DC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.59%

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

R = 25.27%
G = 35.59%
B = 39.15%

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

#8EC8DC (or 0x8EC8DC) is known color: Anakiwa. HEX triplet: 8E, C8 and DC. RGB value is (142,200,220). Sum of RGB (Red+Green+Blue) = 142+200+220=562 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.27% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #8EC8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EC8DC is #713723. Grayscale: #B8B8B8. Windows color (decimal): -7419684 or 14469262. OLE color: 14469262.

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

Color convert

RGB 142 200 220 -
CMYK 0.35 0.09 0 0.14
HSL 195.38º 0.53% 0.71% -
HSV(B) 195.38º 0.35% 0.86% -
XYZ 44.73 52.23 75.43 -
YUV 184.94 147.78 97.37 -
System Red Green Blue C M Y K H S L
Decimal 142 200 220 0.35 0.09 0 0.14 195.38 0.53 0.71
Hex 8E C8 DC 23 9 0 E C3 35 47
Octal 216 310 334 43 11 0 16 303 65 107
Binary 10001110 11001000 11011100 100011 1001 0 1110 11000011 110101 1000111

Color Harmonies of #8EC8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC8DC

Black with #8EC8DC

Text Example


Text Example

White with #8EC8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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