#859EBF

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

Shades of Rock Blue #859EBF

Tints of Rock Blue #859EBF

Color information

#859EBF (or 0x859EBF) is unknown color: approx Rock Blue. HEX triplet: 85, 9E and BF. RGB value is (133,158,191). Sum of RGB (Red+Green+Blue) = 133+158+191=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #859EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EBF is #7A6140. Grayscale: #9A9A9A. Windows color (decimal): -8020289 or 12557957. OLE color: 12557957.

HSL color Cylindrical-coordinate representation of color #859EBF: hue angle of 214.14º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #859EBF is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB133158191-
CMYK0.300.1700.25
HSL214.14º31.18%63.53%-
HSV(B)214.14º30.37%74.9%-
XYZ31.333.254.05-
YUV154.29148.72112.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 191 (75% from 255) = 39.63%
R=27.59%
G=32.78%
B=39.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331581910.300.1700.25214.1431.1863.53
Hex859EBF1E11019d61f40
Octal205236277362103132637100
Binary100001011001111010111111111101000101100111010110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,158,191); }

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

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

 a { background-color: rgb(133,158,191); }

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

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

 span { border-color: rgb(133,158,191); }

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