#87C0DE

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

Shades of Anakiwa #87C0DE

Tints of Anakiwa #87C0DE

Color information

#87C0DE (or 0x87C0DE) is unknown color: approx Anakiwa. HEX triplet: 87, C0 and DE. RGB value is (135,192,222). Sum of RGB (Red+Green+Blue) = 135+192+222=549 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.59% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #87C0DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C0DE is #783F21. Grayscale: #B2B2B2. Windows color (decimal): -7880482 or 14598279. OLE color: 14598279.

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

Color convert

RGB135192222-
CMYK0.390.1400.13
HSL200.69º56.86%70%-
HSV(B)200.69º39.19%87.06%-
XYZ42.0348.1276.18-
YUV178.38152.6297.06-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.59%
GREEN value IS 192 (75.39% from 255) = 34.97%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=24.59%
G=34.97%
B=40.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1351922220.390.1400.13200.6956.8670
Hex87C0DE27E0Dc93946
Octal207300336471601531171106
Binary100001111100000011011110100111111001101110010011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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