#87C1CA

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

Shades of Seagull #87C1CA

Tints of Seagull #87C1CA

Color information

#87C1CA (or 0x87C1CA) is unknown color: approx Seagull. HEX triplet: 87, C1 and CA. RGB value is (135,193,202). Sum of RGB (Red+Green+Blue) = 135+193+202=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #87C1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87C1CA is #783E35. Grayscale: #B0B0B0. Windows color (decimal): -7880246 or 13287815. OLE color: 13287815.

HSL color Cylindrical-coordinate representation of color #87C1CA: hue angle of 188.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87C1CA is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB135193202-
CMYK0.330.0400.21
HSL188.06º38.73%66.08%-
HSV(B)188.06º33.17%79.22%-
XYZ39.7247.5662.96-
YUV176.68142.2898.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.47%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=25.47%
G=36.42%
B=38.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1351932020.330.0400.21188.0638.7366.08
Hex87C1CA214015bc2742
Octal20730131241402527447102
Binary100001111100000111001010100001100010101101111001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,193,202); }

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

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

 a { background-color: rgb(135,193,202); }

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

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

 span { border-color: rgb(135,193,202); }

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