#86BDCE

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

Shades of Seagull #86BDCE

Tints of Seagull #86BDCE

Color information

#86BDCE (or 0x86BDCE) is unknown color: approx Seagull. HEX triplet: 86, BD and CE. RGB value is (134,189,206). Sum of RGB (Red+Green+Blue) = 134+189+206=529 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.33% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #86BDCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDCE is #794231. Grayscale: #AEAEAE. Windows color (decimal): -7946802 or 13548934. OLE color: 13548934.

HSL color Cylindrical-coordinate representation of color #86BDCE: hue angle of 194.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86BDCE is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134189206-
CMYK0.350.0800.19
HSL194.17º42.35%66.67%-
HSV(B)194.17º34.95%80.78%-
XYZ39.1745.9265.19-
YUV174.49145.7899.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.33%
GREEN value IS 189 (74.22% from 255) = 35.73%
BLUE value IS 206 (80.86% from 255) = 38.94%
R=25.33%
G=35.73%
B=38.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341892060.350.0800.19194.1742.3566.67
Hex86BDCE238013c22a43
Octal206275316431002330252103
Binary1000011010111101110011101000111000010011110000101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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