#87BDCE

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

Shades of Seagull #87BDCE

Tints of Seagull #87BDCE

Color information

#87BDCE (or 0x87BDCE) is unknown color: approx Seagull. HEX triplet: 87, BD and CE. RGB value is (135,189,206). Sum of RGB (Red+Green+Blue) = 135+189+206=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #87BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDCE is #784231. Grayscale: #AEAEAE. Windows color (decimal): -7881266 or 13548935. OLE color: 13548935.

HSL color Cylindrical-coordinate representation of color #87BDCE: hue angle of 194.37º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87BDCE is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB135189206-
CMYK0.340.0800.19
HSL194.37º42.01%66.86%-
HSV(B)194.37º34.47%80.78%-
XYZ39.334665.2-
YUV174.79145.6199.62-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.47%
GREEN value IS 189 (74.22% from 255) = 35.66%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=25.47%
G=35.66%
B=38.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1351892060.340.0800.19194.3742.0166.86
Hex87BDCE228013c22a43
Octal207275316421002330252103
Binary1000011110111101110011101000101000010011110000101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,189,206); }

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

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

 a { background-color: rgb(135,189,206); }

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

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

 span { border-color: rgb(135,189,206); }

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