#86BFDA

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

Shades of Seagull #86BFDA

Tints of Seagull #86BFDA

Color information

#86BFDA (or 0x86BFDA) is unknown color: approx Seagull. HEX triplet: 86, BF and DA. RGB value is (134,191,218). Sum of RGB (Red+Green+Blue) = 134+191+218=543 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.68% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #86BFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BFDA is #794025. Grayscale: #B0B0B0. Windows color (decimal): -7946278 or 14335878. OLE color: 14335878.

HSL color Cylindrical-coordinate representation of color #86BFDA: hue angle of 199.29º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86BFDA is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB134191218-
CMYK0.390.1200.15
HSL199.29º53.16%69.02%-
HSV(B)199.29º38.53%85.49%-
XYZ41.1247.3973.31-
YUV177.04151.1297.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.68%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 218 (85.55% from 255) = 40.15%
R=24.68%
G=35.17%
B=40.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1341912180.390.1200.15199.2953.1669.02
Hex86BFDA27C0Fc73545
Octal206277332471401730765105
Binary100001101011111111011010100111110001111110001111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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