#85BBD5

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

Shades of Seagull #85BBD5

Tints of Seagull #85BBD5

Color information

#85BBD5 (or 0x85BBD5) is unknown color: approx Seagull. HEX triplet: 85, BB and D5. RGB value is (133,187,213). Sum of RGB (Red+Green+Blue) = 133+187+213=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 213 (83.59% from 255 or 39.96% from 533); Max value from RGB is 213 - color contains mainly: blue. Hex color #85BBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85BBD5 is #7A442A. Grayscale: #ADADAD. Windows color (decimal): -8012843 or 14007173. OLE color: 14007173.

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

Color convert

RGB133187213-
CMYK0.380.1200.16
HSL199.5º48.78%67.84%-
HSV(B)199.5º37.56%83.53%-
XYZ39.4545.3369.62-
YUV173.82150.1198.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.95%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 213 (83.59% from 255) = 39.96%
R=24.95%
G=35.08%
B=39.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1331872130.380.1200.16199.548.7867.84
Hex85BBD526C010c83144
Octal205273325461402031061104
Binary1000010110111011110101011001101100010000110010001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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