#87BDD7

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

Shades of Seagull #87BDD7

Tints of Seagull #87BDD7

Color information

#87BDD7 (or 0x87BDD7) is unknown color: approx Seagull. HEX triplet: 87, BD and D7. RGB value is (135,189,215). Sum of RGB (Red+Green+Blue) = 135+189+215=539 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.05% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 215 - color contains mainly: blue. Hex color #87BDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BDD7 is #784228. Grayscale: #AFAFAF. Windows color (decimal): -7881257 or 14138759. OLE color: 14138759.

HSL color Cylindrical-coordinate representation of color #87BDD7: hue angle of 199.5º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87BDD7 is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB135189215-
CMYK0.370.1200.16
HSL199.5º50%68.63%-
HSV(B)199.5º37.21%84.31%-
XYZ40.4646.4571.12-
YUV175.82150.1198.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 25.05%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=25.05%
G=35.06%
B=39.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1351892150.370.1200.16199.55068.63
Hex87BDD725C010c83245
Octal207275327451402031062105
Binary1000011110111101110101111001011100010000110010001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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