Html Css Color HEX #859ABB Rock Blue

📋 copy color: '#859ABB'

red 133 ◦ green 154 ◦ blue 187

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

Shades of Rock Blue #859ABB

Tints of Rock Blue #859ABB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.49%

 BLUE value IS 187 (73.44% from 255) = 39.45%

R = 28.06%
G = 32.49%
B = 39.45%

CMYK

 C value IS 0.29

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#859ABB (or 0x859ABB) is known color: Rock Blue. HEX triplet: 85, 9A and BB. RGB value is (133,154,187). Sum of RGB (Red+Green+Blue) = 133+154+187=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #859ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ABB is #7A6544. Grayscale: #979797. Windows color (decimal): -8021317 or 12294789. OLE color: 12294789.

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

Color convert

RGB 133 154 187 -
CMYK 0.29 0.18 0 0.27
HSL 216.67º 0.28% 0.63% -
HSV(B) 216.67º 0.29% 0.73% -
XYZ 30.2 31.69 51.54 -
YUV 151.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 133 154 187 0.29 0.18 0 0.27 216.67 0.28 0.63
Hex 85 9A BB 1D 12 0 1B D9 1C 3F
Octal 205 232 273 35 22 0 33 331 34 77
Binary 10000101 10011010 10111011 11101 10010 0 11011 11011001 11100 111111

Color Harmonies of #859ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859ABB

Black with #859ABB

Text Example


Text Example

White with #859ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859ABB; }

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

 H1.HeaderClassName
 {
   color: #859ABB;
 }
 .AnyTagClassName
 {
   color: #859ABB;
 }
</style>

background-color css

<style>
 a { background-color: #859ABB; }

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

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

border-color css

<style>
 span { border-color: #859ABB; }

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

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