Html Css Color HEX #8DC7DC Anakiwa

📋 copy color: '#8DC7DC'

red 141 ◦ green 199 ◦ blue 220

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

Shades of Anakiwa #8DC7DC

Tints of Anakiwa #8DC7DC

RGB

 RED value IS 141 (55.47% from 255) = 25.18%

 GREEN value IS 199 (78.13% from 255) = 35.54%

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

R = 25.18%
G = 35.54%
B = 39.29%

CMYK

 C value IS 0.36

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8DC7DC (or 0x8DC7DC) is known color: Anakiwa. HEX triplet: 8D, C7 and DC. RGB value is (141,199,220). Sum of RGB (Red+Green+Blue) = 141+199+220=560 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.18% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DC7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC7DC is #723823. Grayscale: #B7B7B7. Windows color (decimal): -7485476 or 14469005. OLE color: 14469005.

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

Color convert

RGB 141 199 220 -
CMYK 0.36 0.10 0 0.14
HSL 195.95º 0.53% 0.71% -
HSV(B) 195.95º 0.36% 0.86% -
XYZ 44.33 51.68 75.35 -
YUV 184.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 141 199 220 0.36 0.10 0 0.14 195.95 0.53 0.71
Hex 8D C7 DC 24 A 0 E C4 35 47
Octal 215 307 334 44 12 0 16 304 65 107
Binary 10001101 11000111 11011100 100100 1010 0 1110 11000100 110101 1000111

Color Harmonies of #8DC7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC7DC

Black with #8DC7DC

Text Example


Text Example

White with #8DC7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,199,220); }

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

background-color css

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

 a { background-color: rgb(141,199,220); }

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

border-color css

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

 span { border-color: rgb(141,199,220); }

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