#85BBD7

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

Shades of Seagull #85BBD7

Tints of Seagull #85BBD7

Color information

#85BBD7 (or 0x85BBD7) is unknown color: approx Seagull. HEX triplet: 85, BB and D7. RGB value is (133,187,215). Sum of RGB (Red+Green+Blue) = 133+187+215=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 187 (73.44% from 255 or 34.95% from 535); Blue value is 215 (84.38% from 255 or 40.19% from 535); Max value from RGB is 215 - color contains mainly: blue. Hex color #85BBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBD7 is #7A4428. Grayscale: #ADADAD. Windows color (decimal): -8012841 or 14138245. OLE color: 14138245.

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

Color convert

RGB133187215-
CMYK0.380.1300.16
HSL200.49º50.62%68.24%-
HSV(B)200.49º38.14%84.31%-
XYZ39.7145.4370.97-
YUV174.05151.1198.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.86%
GREEN value IS 187 (73.44% from 255) = 34.95%
BLUE value IS 215 (84.38% from 255) = 40.19%
R=24.86%
G=34.95%
B=40.19%

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
Decimal1331872150.380.1300.16200.4950.6268.24
Hex85BBD726D010c83344
Octal205273327461502031063104
Binary1000010110111011110101111001101101010000110010001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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