#85B8DB

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

Shades of Seagull #85B8DB

Tints of Seagull #85B8DB

Color information

#85B8DB (or 0x85B8DB) is unknown color: approx Seagull. HEX triplet: 85, B8 and DB. RGB value is (133,184,219). Sum of RGB (Red+Green+Blue) = 133+184+219=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #85B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85B8DB is #7A4724. Grayscale: #ACACAC. Windows color (decimal): -8013605 or 14399621. OLE color: 14399621.

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

Color convert

RGB133184219-
CMYK0.390.1600.14
HSL204.42º54.43%69.02%-
HSV(B)204.42º39.27%85.88%-
XYZ39.644.3873.5-
YUV172.74154.199.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 184 (72.27% from 255) = 34.33%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=24.81%
G=34.33%
B=40.86%

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
Decimal1331842190.390.1600.14204.4254.4369.02
Hex85B8DB27100Ecc3645
Octal205270333472001631466105
Binary1000010110111000110110111001111000001110110011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85B8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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