#86B7CD

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

Shades of Seagull #86B7CD

Tints of Seagull #86B7CD

Color information

#86B7CD (or 0x86B7CD) is unknown color: approx Seagull. HEX triplet: 86, B7 and CD. RGB value is (134,183,205). Sum of RGB (Red+Green+Blue) = 134+183+205=522 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.67% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #86B7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B7CD is #794832. Grayscale: #AAAAAA. Windows color (decimal): -7948339 or 13481862. OLE color: 13481862.

HSL color Cylindrical-coordinate representation of color #86B7CD: hue angle of 198.59º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86B7CD is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134183205-
CMYK0.350.1100.20
HSL198.59º41.52%66.47%-
HSV(B)198.59º34.63%80.39%-
XYZ37.7843.3464.13-
YUV170.86147.27101.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.67%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=25.67%
G=35.06%
B=39.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341832050.350.1100.20198.5941.5266.47
Hex86B7CD23B014c72a42
Octal206267315431302430752102
Binary1000011010110111110011011000111011010100110001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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