#87BDDC

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

Shades of Seagull #87BDDC

Tints of Seagull #87BDDC

Color information

#87BDDC (or 0x87BDDC) is unknown color: approx Seagull. HEX triplet: 87, BD and DC. RGB value is (135,189,220). Sum of RGB (Red+Green+Blue) = 135+189+220=544 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.82% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #87BDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDDC is #784223. Grayscale: #B0B0B0. Windows color (decimal): -7881252 or 14466439. OLE color: 14466439.

HSL color Cylindrical-coordinate representation of color #87BDDC: hue angle of 201.88º 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 #87BDDC is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB135189220-
CMYK0.390.1400.14
HSL201.88º54.84%69.61%-
HSV(B)201.88º38.64%86.27%-
XYZ41.1146.7174.56-
YUV176.39152.6198.48-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 24.82%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 220 (86.33% from 255) = 40.44%
R=24.82%
G=34.74%
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.14
SystemRedGreenBlueCMYKHSL
Decimal1351892200.390.1400.14201.8854.8469.61
Hex87BDDC27E0Eca3746
Octal207275334471601631267106
Binary100001111011110111011100100111111001110110010101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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