Html Css Color HEX #85A0BA Rock Blue

📋 copy color: '#85A0BA'

red 133 ◦ green 160 ◦ blue 186

#85A0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #85A0BA

Tints of Rock Blue #85A0BA

RGB

 RED value IS 133 (52.34% from 255) = 27.77%

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 27.77%
G = 33.4%
B = 38.83%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#85A0BA (or 0x85A0BA) is known color: Rock Blue. HEX triplet: 85, A0 and BA. RGB value is (133,160,186). Sum of RGB (Red+Green+Blue) = 133+160+186=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #85A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A0BA is #7A5F45. Grayscale: #9A9A9A. Windows color (decimal): -8019782 or 12230789. OLE color: 12230789.

HSL color Cylindrical-coordinate representation of color #85A0BA: hue angle of 209.43º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85A0BA is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 160 186 -
CMYK 0.28 0.14 0 0.27
HSL 209.43º 0.28% 0.63% -
HSV(B) 209.43º 0.28% 0.73% -
XYZ 31.11 33.67 51.31 -
YUV 154.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 133 160 186 0.28 0.14 0 0.27 209.43 0.28 0.63
Hex 85 A0 BA 1C E 0 1B D1 1C 3F
Octal 205 240 272 34 16 0 33 321 34 77
Binary 10000101 10100000 10111010 11100 1110 0 11011 11010001 11100 111111

Color Harmonies of #85A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85A0BA

Black with #85A0BA

Text Example


Text Example

White with #85A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,160,186); }

 H1.HeaderClassName
 {
   color: #85A0BA;
 }
 .AnyTagClassName
 {
   color: #85A0BA;
 }
</style>

background-color css

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

 a { background-color: rgb(133,160,186); }

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

border-color css

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

 span { border-color: rgb(133,160,186); }

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