#85B9DB

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

Shades of Seagull #85B9DB

Tints of Seagull #85B9DB

Color information

#85B9DB (or 0x85B9DB) is unknown color: approx Seagull. HEX triplet: 85, B9 and DB. RGB value is (133,185,219). Sum of RGB (Red+Green+Blue) = 133+185+219=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #85B9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B9DB is #7A4624. Grayscale: #ADADAD. Windows color (decimal): -8013349 or 14399877. OLE color: 14399877.

HSL color Cylindrical-coordinate representation of color #85B9DB: hue angle of 203.72º degrees, saturation: 0.54, 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 #85B9DB is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133185219-
CMYK0.390.1600.14
HSL203.72º54.43%69.02%-
HSV(B)203.72º39.27%85.88%-
XYZ39.8144.873.57-
YUV173.33153.7799.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.77%
GREEN value IS 185 (72.66% from 255) = 34.45%
BLUE value IS 219 (85.94% from 255) = 40.78%
R=24.77%
G=34.45%
B=40.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331852190.390.1600.14203.7254.4369.02
Hex85B9DB27100Ecc3645
Octal205271333472001631466105
Binary1000010110111001110110111001111000001110110011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,185,219); }

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

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

 a { background-color: rgb(133,185,219); }

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

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

 span { border-color: rgb(133,185,219); }

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