#86BBDE

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

Shades of Seagull #86BBDE

Tints of Seagull #86BBDE

Color information

#86BBDE (or 0x86BBDE) is unknown color: approx Seagull. HEX triplet: 86, BB and DE. RGB value is (134,187,222). Sum of RGB (Red+Green+Blue) = 134+187+222=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #86BBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BBDE is #794421. Grayscale: #AEAEAE. Windows color (decimal): -7947298 or 14596998. OLE color: 14596998.

HSL color Cylindrical-coordinate representation of color #86BBDE: hue angle of 203.86º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86BBDE is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134187222-
CMYK0.400.1600.13
HSL203.86º57.14%69.8%-
HSV(B)203.86º39.64%87.06%-
XYZ40.7945.8875.81-
YUV175.14154.4498.65-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.68%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=24.68%
G=34.44%
B=40.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341872220.400.1600.13203.8657.1469.8
Hex86BBDE28100Dcc3946
Octal206273336502001531471106
Binary1000011010111011110111101010001000001101110011001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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