#86BDCA

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

Shades of Seagull #86BDCA

Tints of Seagull #86BDCA

Color information

#86BDCA (or 0x86BDCA) is unknown color: approx Seagull. HEX triplet: 86, BD and CA. RGB value is (134,189,202). Sum of RGB (Red+Green+Blue) = 134+189+202=525 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.52% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #86BDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BDCA is #794235. Grayscale: #ADADAD. Windows color (decimal): -7946806 or 13286790. OLE color: 13286790.

HSL color Cylindrical-coordinate representation of color #86BDCA: hue angle of 191.47º 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 #86BDCA is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134189202-
CMYK0.340.0600.21
HSL191.47º39.08%65.88%-
HSV(B)191.47º33.66%79.22%-
XYZ38.6945.7362.66-
YUV174.04143.7899.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.52%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 202 (79.30% from 255) = 38.48%
R=25.52%
G=36%
B=38.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341892020.340.0600.21191.4739.0865.88
Hex86BDCA226015bf2742
Octal20627531242602527747102
Binary100001101011110111001010100010110010101101111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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