#869DBF

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

Shades of Rock Blue #869DBF

Tints of Rock Blue #869DBF

Color information

#869DBF (or 0x869DBF) is unknown color: approx Rock Blue. HEX triplet: 86, 9D and BF. RGB value is (134,157,191). Sum of RGB (Red+Green+Blue) = 134+157+191=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 157 (61.72% from 255 or 32.57% 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 #869DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DBF is #796240. Grayscale: #999999. Windows color (decimal): -7955009 or 12557702. OLE color: 12557702.

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

Color convert

RGB134157191-
CMYK0.300.1800.25
HSL215.79º30.81%63.73%-
HSV(B)215.79º29.84%74.9%-
XYZ31.2932.9454-
YUV154148.88113.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.80%
GREEN value IS 157 (61.72% from 255) = 32.57%
BLUE value IS 191 (75% from 255) = 39.63%
R=27.80%
G=32.57%
B=39.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1341571910.300.1800.25215.7930.8163.73
Hex869DBF1E12019d81f40
Octal206235277362203133037100
Binary100001101001110110111111111101001001100111011000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869DBF; }

 p { color: rgb(134,157,191); }

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

<style>
 a { background-color: #869DBF; }

 a { background-color: rgb(134,157,191); }

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

<style>
 span { border-color: #869DBF; }

 span { border-color: rgb(134,157,191); }

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