#86BFD1

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

Shades of Seagull #86BFD1

Tints of Seagull #86BFD1

Color information

#86BFD1 (or 0x86BFD1) is unknown color: approx Seagull. HEX triplet: 86, BF and D1. RGB value is (134,191,209). Sum of RGB (Red+Green+Blue) = 134+191+209=534 (70% of max value = 765). Red value is 134 (52.73% from 255 or 25.09% from 534); Green value is 191 (75% from 255 or 35.77% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 209 - color contains mainly: blue. Hex color #86BFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFD1 is #79402E. Grayscale: #AFAFAF. Windows color (decimal): -7946287 or 13746054. OLE color: 13746054.

HSL color Cylindrical-coordinate representation of color #86BFD1: hue angle of 194.4º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86BFD1 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB134191209-
CMYK0.360.0900.18
HSL194.4º44.91%67.25%-
HSV(B)194.4º35.89%81.96%-
XYZ39.9746.9367.27-
YUV176.01146.6298.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.09%
GREEN value IS 191 (75% from 255) = 35.77%
BLUE value IS 209 (82.03% from 255) = 39.14%
R=25.09%
G=35.77%
B=39.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1341912090.360.0900.18194.444.9167.25
Hex86BFD1249012c22d43
Octal206277321441102230255103
Binary1000011010111111110100011001001001010010110000101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,191,209); }

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

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

 a { background-color: rgb(134,191,209); }

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

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

 span { border-color: rgb(134,191,209); }

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