#8DC8DC

Color #8DC8DC Anakiwa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Anakiwa #8DC8DC

Tints of Anakiwa #8DC8DC

Color information

#8DC8DC (or 0x8DC8DC) is unknown color: approx Anakiwa. HEX triplet: 8D, C8 and DC. RGB value is (141,200,220). Sum of RGB (Red+Green+Blue) = 141+200+220=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #8DC8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC8DC is #723723. Grayscale: #B8B8B8. Windows color (decimal): -7485220 or 14469261. OLE color: 14469261.

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

Color convert

RGB141200220-
CMYK0.360.0900.14
HSL195.19º53.02%70.78%-
HSV(B)195.19º35.91%86.27%-
XYZ44.5652.1475.43-
YUV184.64147.9596.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.13%
GREEN value IS 200 (78.52% from 255) = 35.65%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=25.13%
G=35.65%
B=39.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1412002200.360.0900.14195.1953.0270.78
Hex8DC8DC2490Ec33547
Octal215310334441101630365107
Binary100011011100100011011100100100100101110110000111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8DC8DC;
 }
 .AnyTagClassName
 {
   color: #8DC8DC;
 }
</style>
background-color css

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

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

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

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

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

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