#86B8CD

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

Shades of Seagull #86B8CD

Tints of Seagull #86B8CD

Color information

#86B8CD (or 0x86B8CD) is unknown color: approx Seagull. HEX triplet: 86, B8 and CD. RGB value is (134,184,205). Sum of RGB (Red+Green+Blue) = 134+184+205=523 (69% of max value = 765). Red value is 134 (52.73% from 255 or 25.62% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 205 - color contains mainly: blue. Hex color #86B8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86B8CD is #794732. Grayscale: #ABABAB. Windows color (decimal): -7948083 or 13482118. OLE color: 13482118.

HSL color Cylindrical-coordinate representation of color #86B8CD: hue angle of 197.75º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86B8CD is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134184205-
CMYK0.350.1000.20
HSL197.75º41.52%66.47%-
HSV(B)197.75º34.63%80.39%-
XYZ37.9943.7664.2-
YUV171.44146.94101.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 25.62%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 205 (80.47% from 255) = 39.20%
R=25.62%
G=35.18%
B=39.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341842050.350.1000.20197.7541.5266.47
Hex86B8CD23A014c62a42
Octal206270315431202430652102
Binary1000011010111000110011011000111010010100110001101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,184,205); }

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

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

 a { background-color: rgb(134,184,205); }

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

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

 span { border-color: rgb(134,184,205); }

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