Html Css Color HEX #87BACB Seagull

📋 copy color: '#87BACB'

red 135 ◦ green 186 ◦ blue 203

#87BACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #87BACB

Tints of Seagull #87BACB

RGB

 RED value IS 135 (53.13% from 255) = 25.76%

 GREEN value IS 186 (73.05% from 255) = 35.5%

 BLUE value IS 203 (79.69% from 255) = 38.74%

R = 25.76%
G = 35.5%
B = 38.74%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#87BACB (or 0x87BACB) is known color: Seagull. HEX triplet: 87, BA and CB. RGB value is (135,186,203). Sum of RGB (Red+Green+Blue) = 135+186+203=524 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.76% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #87BACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #87BACB is #784534. Grayscale: #ACACAC. Windows color (decimal): -7882037 or 13351559. OLE color: 13351559.

HSL color Cylindrical-coordinate representation of color #87BACB: hue angle of 195º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87BACB is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 186 203 -
CMYK 0.33 0.08 0 0.20
HSL 195º 0.4% 0.66% -
HSV(B) 195º 0.33% 0.8% -
XYZ 38.33 44.58 63.08 -
YUV 172.69 145.1 101.12 -
System Red Green Blue C M Y K H S L
Decimal 135 186 203 0.33 0.08 0 0.20 195 0.4 0.66
Hex 87 BA CB 21 8 0 14 C3 28 42
Octal 207 272 313 41 10 0 24 303 50 102
Binary 10000111 10111010 11001011 100001 1000 0 10100 11000011 101000 1000010

Color Harmonies of #87BACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87BACB

Black with #87BACB

Text Example


Text Example

White with #87BACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,186,203); }

 H1.HeaderClassName
 {
   color: #87BACB;
 }
 .AnyTagClassName
 {
   color: #87BACB;
 }
</style>

background-color css

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

 a { background-color: rgb(135,186,203); }

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

border-color css

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

 span { border-color: rgb(135,186,203); }

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