#86B6CE

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

Shades of Seagull #86B6CE

Tints of Seagull #86B6CE

Color information

#86B6CE (or 0x86B6CE) is unknown color: approx Seagull. HEX triplet: 86, B6 and CE. RGB value is (134,182,206). Sum of RGB (Red+Green+Blue) = 134+182+206=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 182 (71.48% from 255 or 34.87% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #86B6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B6CE is #794931. Grayscale: #AAAAAA. Windows color (decimal): -7948594 or 13547142. OLE color: 13547142.

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

Color convert

RGB134182206-
CMYK0.350.1200.19
HSL200º42.35%66.67%-
HSV(B)200º34.95%80.78%-
XYZ37.742.9864.7-
YUV170.38148.1102.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 182 (71.48% from 255) = 34.87%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=25.67%
G=34.87%
B=39.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1341822060.350.1200.1920042.3566.67
Hex86B6CE23C013c82a43
Octal206266316431402331052103
Binary1000011010110110110011101000111100010011110010001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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