#85A1BD

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

Shades of Rock Blue #85A1BD

Tints of Rock Blue #85A1BD

Color information

#85A1BD (or 0x85A1BD) is unknown color: approx Rock Blue. HEX triplet: 85, A1 and BD. RGB value is (133,161,189). Sum of RGB (Red+Green+Blue) = 133+161+189=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 161 (63.28% from 255 or 33.33% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #85A1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1BD is #7A5E42. Grayscale: #9B9B9B. Windows color (decimal): -8019523 or 12427653. OLE color: 12427653.

HSL color Cylindrical-coordinate representation of color #85A1BD: hue angle of 210º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85A1BD is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB133161189-
CMYK0.300.1500.26
HSL210º29.79%63.14%-
HSV(B)210º29.63%74.12%-
XYZ31.634.1553.07-
YUV155.82146.72111.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.54%
GREEN value IS 161 (63.28% from 255) = 33.33%
BLUE value IS 189 (74.22% from 255) = 39.13%
R=27.54%
G=33.33%
B=39.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1331611890.300.1500.2621029.7963.14
Hex85A1BD1EF01Ad21e3f
Octal20524127536170323223677
Binary1000010110100001101111011111011110110101101001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,161,189); }

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

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

 a { background-color: rgb(133,161,189); }

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

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

 span { border-color: rgb(133,161,189); }

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