#86B7CE

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

Shades of Seagull #86B7CE

Tints of Seagull #86B7CE

Color information

#86B7CE (or 0x86B7CE) is unknown color: approx Seagull. HEX triplet: 86, B7 and CE. RGB value is (134,183,206). Sum of RGB (Red+Green+Blue) = 134+183+206=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 183 (71.88% from 255 or 34.99% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #86B7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B7CE is #794831. Grayscale: #AAAAAA. Windows color (decimal): -7948338 or 13547398. OLE color: 13547398.

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

Color convert

RGB134183206-
CMYK0.350.1100.19
HSL199.17º42.35%66.67%-
HSV(B)199.17º34.95%80.78%-
XYZ37.9143.3964.77-
YUV170.97147.77101.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 183 (71.88% from 255) = 34.99%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=25.62%
G=34.99%
B=39.39%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341832060.350.1100.19199.1742.3566.67
Hex86B7CE23B013c72a43
Octal206267316431302330752103
Binary1000011010110111110011101000111011010011110001111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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