#86BCDC

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

Shades of Seagull #86BCDC

Tints of Seagull #86BCDC

Color information

#86BCDC (or 0x86BCDC) is unknown color: approx Seagull. HEX triplet: 86, BC and DC. RGB value is (134,188,220). Sum of RGB (Red+Green+Blue) = 134+188+220=542 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.72% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #86BCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BCDC is #794323. Grayscale: #AFAFAF. Windows color (decimal): -7947044 or 14466182. OLE color: 14466182.

HSL color Cylindrical-coordinate representation of color #86BCDC: hue angle of 202.33º 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 #86BCDC is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134188220-
CMYK0.390.1500.14
HSL202.33º55.13%69.41%-
HSV(B)202.33º39.09%86.27%-
XYZ40.7346.274.48-
YUV175.5153.1198.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.72%
GREEN value IS 188 (73.83% from 255) = 34.69%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=24.72%
G=34.69%
B=40.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341882200.390.1500.14202.3355.1369.41
Hex86BCDC27F0Eca3745
Octal206274334471701631267105
Binary100001101011110011011100100111111101110110010101101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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