#869FBB

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

Shades of Rock Blue #869FBB

Tints of Rock Blue #869FBB

Color information

#869FBB (or 0x869FBB) is unknown color: approx Rock Blue. HEX triplet: 86, 9F and BB. RGB value is (134,159,187). Sum of RGB (Red+Green+Blue) = 134+159+187=480 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.92% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #869FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FBB is #796044. Grayscale: #9A9A9A. Windows color (decimal): -7954501 or 12296070. OLE color: 12296070.

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

Color convert

RGB134159187-
CMYK0.280.1500.27
HSL211.7º28.04%62.94%-
HSV(B)211.7º28.34%73.33%-
XYZ31.233.4551.83-
YUV154.72146.22113.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.92%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=27.92%
G=33.12%
B=38.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341591870.280.1500.27211.728.0462.94
Hex869FBB1CF01Bd41c3f
Octal20623727334170333243477
Binary1000011010011111101110111110011110110111101010011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,159,187); }

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

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

 a { background-color: rgb(134,159,187); }

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

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

 span { border-color: rgb(134,159,187); }

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