#86BFDC

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

Shades of Seagull #86BFDC

Tints of Seagull #86BFDC

Color information

#86BFDC (or 0x86BFDC) is unknown color: approx Seagull. HEX triplet: 86, BF and DC. RGB value is (134,191,220). Sum of RGB (Red+Green+Blue) = 134+191+220=545 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.59% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #86BFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFDC is #794023. Grayscale: #B1B1B1. Windows color (decimal): -7946276 or 14466950. OLE color: 14466950.

HSL color Cylindrical-coordinate representation of color #86BFDC: hue angle of 200.23º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86BFDC is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134191220-
CMYK0.390.1300.14
HSL200.23º55.13%69.41%-
HSV(B)200.23º39.09%86.27%-
XYZ41.3847.574.7-
YUV177.26152.1297.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.59%
GREEN value IS 191 (75% from 255) = 35.05%
BLUE value IS 220 (86.33% from 255) = 40.37%
R=24.59%
G=35.05%
B=40.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341912200.390.1300.14200.2355.1369.41
Hex86BFDC27D0Ec83745
Octal206277334471501631067105
Binary100001101011111111011100100111110101110110010001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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