#86BDDD

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

Shades of Seagull #86BDDD

Tints of Seagull #86BDDD

Color information

#86BDDD (or 0x86BDDD) is unknown color: approx Seagull. HEX triplet: 86, BD and DD. RGB value is (134,189,221). Sum of RGB (Red+Green+Blue) = 134+189+221=544 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.63% from 544); Green value is 189 (74.22% from 255 or 34.74% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #86BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDDD is #794222. Grayscale: #B0B0B0. Windows color (decimal): -7946787 or 14531974. OLE color: 14531974.

HSL color Cylindrical-coordinate representation of color #86BDDD: hue angle of 202.07º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86BDDD is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134189221-
CMYK0.390.1400.13
HSL202.07º56.13%69.61%-
HSV(B)202.07º39.37%86.67%-
XYZ41.0846.6875.25-
YUV176.2153.2897.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.63%
GREEN value IS 189 (74.22% from 255) = 34.74%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=24.63%
G=34.74%
B=40.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341892210.390.1400.13202.0756.1369.61
Hex86BDDD27E0Dca3846
Octal206275335471601531270106
Binary100001101011110111011101100111111001101110010101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,189,221); }

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

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

 a { background-color: rgb(134,189,221); }

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

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

 span { border-color: rgb(134,189,221); }

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