#86B9CA

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

Shades of Seagull #86B9CA

Tints of Seagull #86B9CA

Color information

#86B9CA (or 0x86B9CA) is unknown color: approx Seagull. HEX triplet: 86, B9 and CA. RGB value is (134,185,202). Sum of RGB (Red+Green+Blue) = 134+185+202=521 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.72% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #86B9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B9CA is #794635. Grayscale: #ABABAB. Windows color (decimal): -7947830 or 13285766. OLE color: 13285766.

HSL color Cylindrical-coordinate representation of color #86B9CA: hue angle of 195º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86B9CA is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134185202-
CMYK0.340.0800.21
HSL195º39.08%65.88%-
HSV(B)195º33.66%79.22%-
XYZ37.8444.0362.38-
YUV171.69145.1101.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.72%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=25.72%
G=35.51%
B=38.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341852020.340.0800.2119539.0865.88
Hex86B9CA228015c32742
Octal206271312421002530347102
Binary1000011010111001110010101000101000010101110000111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,185,202); }

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

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

 a { background-color: rgb(134,185,202); }

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

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

 span { border-color: rgb(134,185,202); }

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