#87C0DC

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

Shades of Anakiwa #87C0DC

Tints of Anakiwa #87C0DC

Color information

#87C0DC (or 0x87C0DC) is unknown color: approx Anakiwa. HEX triplet: 87, C0 and DC. RGB value is (135,192,220). Sum of RGB (Red+Green+Blue) = 135+192+220=547 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.68% from 547); Green value is 192 (75.39% from 255 or 35.10% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #87C0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C0DC is #783F23. Grayscale: #B1B1B1. Windows color (decimal): -7880484 or 14467207. OLE color: 14467207.

HSL color Cylindrical-coordinate representation of color #87C0DC: hue angle of 199.76º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87C0DC is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135192220-
CMYK0.390.1300.14
HSL199.76º54.84%69.61%-
HSV(B)199.76º38.64%86.27%-
XYZ41.7648.0274.78-
YUV178.15151.6297.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.68%
GREEN value IS 192 (75.39% from 255) = 35.10%
BLUE value IS 220 (86.33% from 255) = 40.22%
R=24.68%
G=35.10%
B=40.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1351922200.390.1300.14199.7654.8469.61
Hex87C0DC27D0Ec83746
Octal207300334471501631067106
Binary100001111100000011011100100111110101110110010001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87C0DC; }

 p { color: rgb(135,192,220); }

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

<style>
 a { background-color: #87C0DC; }

 a { background-color: rgb(135,192,220); }

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

<style>
 span { border-color: #87C0DC; }

 span { border-color: rgb(135,192,220); }

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