#85B9DC

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

Shades of Seagull #85B9DC

Tints of Seagull #85B9DC

Color information

#85B9DC (or 0x85B9DC) is unknown color: approx Seagull. HEX triplet: 85, B9 and DC. RGB value is (133,185,220). Sum of RGB (Red+Green+Blue) = 133+185+220=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #85B9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B9DC is #7A4623. Grayscale: #ADADAD. Windows color (decimal): -8013348 or 14465413. OLE color: 14465413.

HSL color Cylindrical-coordinate representation of color #85B9DC: hue angle of 204.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85B9DC is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB133185220-
CMYK0.400.1600.14
HSL204.14º55.41%69.22%-
HSV(B)204.14º39.55%86.27%-
XYZ39.9444.8574.26-
YUV173.44154.2799.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 185 (72.66% from 255) = 34.39%
BLUE value IS 220 (86.33% from 255) = 40.89%
R=24.72%
G=34.39%
B=40.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1331852200.400.1600.14204.1455.4169.22
Hex85B9DC28100Ecc3745
Octal205271334502001631467105
Binary1000010110111001110111001010001000001110110011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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