Html Css Color HEX #86A0BA Rock Blue

📋 copy color: '#86A0BA'

red 134 ◦ green 160 ◦ blue 186

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

Shades of Rock Blue #86A0BA

Tints of Rock Blue #86A0BA

RGB

 RED value IS 134 (52.73% from 255) = 27.92%

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

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

R = 27.92%
G = 33.33%
B = 38.75%

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

#86A0BA (or 0x86A0BA) is known color: Rock Blue. HEX triplet: 86, A0 and BA. RGB value is (134,160,186). Sum of RGB (Red+Green+Blue) = 134+160+186=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #86A0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A0BA is #795F45. Grayscale: #9B9B9B. Windows color (decimal): -7954246 or 12230790. OLE color: 12230790.

HSL color Cylindrical-coordinate representation of color #86A0BA: hue angle of 210º degrees, saturation: 0.27, 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 #86A0BA is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 134 160 186 -
CMYK 0.28 0.14 0 0.27
HSL 210º 0.27% 0.63% -
HSV(B) 210º 0.28% 0.73% -
XYZ 31.27 33.76 51.32 -
YUV 155.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 134 160 186 0.28 0.14 0 0.27 210 0.27 0.63
Hex 86 A0 BA 1C E 0 1B D2 1B 3F
Octal 206 240 272 34 16 0 33 322 33 77
Binary 10000110 10100000 10111010 11100 1110 0 11011 11010010 11011 111111

Color Harmonies of #86A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A0BA

Black with #86A0BA

Text Example


Text Example

White with #86A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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