#85BAD7

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

Shades of Seagull #85BAD7

Tints of Seagull #85BAD7

Color information

#85BAD7 (or 0x85BAD7) is unknown color: approx Seagull. HEX triplet: 85, BA and D7. RGB value is (133,186,215). Sum of RGB (Red+Green+Blue) = 133+186+215=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #85BAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BAD7 is #7A4528. Grayscale: #ADADAD. Windows color (decimal): -8013097 or 14137989. OLE color: 14137989.

HSL color Cylindrical-coordinate representation of color #85BAD7: hue angle of 201.22º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85BAD7 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB133186215-
CMYK0.380.1300.16
HSL201.22º50.62%68.24%-
HSV(B)201.22º38.14%84.31%-
XYZ39.545.0170.9-
YUV173.46151.4499.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.91%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=24.91%
G=34.83%
B=40.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1331862150.380.1300.16201.2250.6268.24
Hex85BAD726D010c93344
Octal205272327461502031163104
Binary1000010110111010110101111001101101010000110010011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85BAD7; }

 p { color: rgb(133,186,215); }

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

<style>
 a { background-color: #85BAD7; }

 a { background-color: rgb(133,186,215); }

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

<style>
 span { border-color: #85BAD7; }

 span { border-color: rgb(133,186,215); }

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