#87BFD4

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

Shades of Seagull #87BFD4

Tints of Seagull #87BFD4

Color information

#87BFD4 (or 0x87BFD4) is unknown color: approx Seagull. HEX triplet: 87, BF and D4. RGB value is (135,191,212). Sum of RGB (Red+Green+Blue) = 135+191+212=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 191 (75% from 255 or 35.50% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 212 - color contains mainly: blue. Hex color #87BFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BFD4 is #78402B. Grayscale: #B0B0B0. Windows color (decimal): -7880748 or 13942663. OLE color: 13942663.

HSL color Cylindrical-coordinate representation of color #87BFD4: hue angle of 196.36º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87BFD4 is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB135191212-
CMYK0.360.1000.17
HSL196.36º47.24%68.04%-
HSV(B)196.36º36.32%83.14%-
XYZ40.5147.1769.26-
YUV176.65147.9598.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.09%
GREEN value IS 191 (75% from 255) = 35.50%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=25.09%
G=35.50%
B=39.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1351912120.360.1000.17196.3647.2468.04
Hex87BFD424A011c42f44
Octal207277324441202130457104
Binary1000011110111111110101001001001010010001110001001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,191,212); }

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

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

 a { background-color: rgb(135,191,212); }

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

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

 span { border-color: rgb(135,191,212); }

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