#86BBCA

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

Shades of Seagull #86BBCA

Tints of Seagull #86BBCA

Color information

#86BBCA (or 0x86BBCA) is unknown color: approx Seagull. HEX triplet: 86, BB and CA. RGB value is (134,187,202). Sum of RGB (Red+Green+Blue) = 134+187+202=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 202 - color contains mainly: blue. Hex color #86BBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBCA is #794435. Grayscale: #ACACAC. Windows color (decimal): -7947318 or 13286278. OLE color: 13286278.

HSL color Cylindrical-coordinate representation of color #86BBCA: hue angle of 193.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86BBCA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134187202-
CMYK0.340.0700.21
HSL193.24º39.08%65.88%-
HSV(B)193.24º33.66%79.22%-
XYZ38.2644.8762.52-
YUV172.86144.44100.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=25.62%
G=35.76%
B=38.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341872020.340.0700.21193.2439.0865.88
Hex86BBCA227015c12742
Octal20627331242702530147102
Binary100001101011101111001010100010111010101110000011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86BBCA; }

 p { color: rgb(134,187,202); }

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

<style>
 a { background-color: #86BBCA; }

 a { background-color: rgb(134,187,202); }

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

<style>
 span { border-color: #86BBCA; }

 span { border-color: rgb(134,187,202); }

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