Html Css Color HEX #859ABF Rock Blue

📋 copy color: '#859ABF'

red 133 ◦ green 154 ◦ blue 191

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

Shades of Rock Blue #859ABF

Tints of Rock Blue #859ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.96%

R = 27.82%
G = 32.22%
B = 39.96%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#859ABF (or 0x859ABF) is known color: Rock Blue. HEX triplet: 85, 9A and BF. RGB value is (133,154,191). Sum of RGB (Red+Green+Blue) = 133+154+191=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #859ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ABF is #7A6540. Grayscale: #979797. Windows color (decimal): -8021313 or 12556933. OLE color: 12556933.

HSL color Cylindrical-coordinate representation of color #859ABF: hue angle of 218.28º 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 #859ABF is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 154 191 -
CMYK 0.30 0.19 0 0.25
HSL 218.28º 0.31% 0.64% -
HSV(B) 218.28º 0.3% 0.75% -
XYZ 30.63 31.86 53.83 -
YUV 151.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 133 154 191 0.30 0.19 0 0.25 218.28 0.31 0.64
Hex 85 9A BF 1E 13 0 19 DA 1F 40
Octal 205 232 277 36 23 0 31 332 37 100
Binary 10000101 10011010 10111111 11110 10011 0 11001 11011010 11111 1000000

Color Harmonies of #859ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859ABF

Black with #859ABF

Text Example


Text Example

White with #859ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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