#86BECE

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

Shades of Seagull #86BECE

Tints of Seagull #86BECE

Color information

#86BECE (or 0x86BECE) is unknown color: approx Seagull. HEX triplet: 86, BE and CE. RGB value is (134,190,206). Sum of RGB (Red+Green+Blue) = 134+190+206=530 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.28% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #86BECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BECE is #794131. Grayscale: #AEAEAE. Windows color (decimal): -7946546 or 13549190. OLE color: 13549190.

HSL color Cylindrical-coordinate representation of color #86BECE: hue angle of 193.33º 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 #86BECE is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB134190206-
CMYK0.350.0800.19
HSL193.33º42.35%66.67%-
HSV(B)193.33º34.95%80.78%-
XYZ39.3946.3565.26-
YUV175.08145.4598.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.28%
GREEN value IS 190 (74.61% from 255) = 35.85%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=25.28%
G=35.85%
B=38.87%

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
Decimal1341902060.350.0800.19193.3342.3566.67
Hex86BECE238013c12a43
Octal206276316431002330152103
Binary1000011010111110110011101000111000010011110000011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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