#999FB0

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

Shades of Rock Blue #999FB0

Tints of Rock Blue #999FB0

Color information

#999FB0 (or 0x999FB0) is unknown color: approx Rock Blue. HEX triplet: 99, 9F and B0. RGB value is (153,159,176). Sum of RGB (Red+Green+Blue) = 153+159+176=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 176 - color contains mainly: blue. Hex color #999FB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FB0 is #66604F. Grayscale: #9F9F9F. Windows color (decimal): -6709328 or 11575193. OLE color: 11575193.

HSL color Cylindrical-coordinate representation of color #999FB0: hue angle of 224.35º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #999FB0 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB153159176-
CMYK0.130.1000.31
HSL224.35º12.71%64.51%-
HSV(B)224.35º13.07%69.02%-
XYZ33.3734.746.01-
YUV159.14137.51123.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.35%
GREEN value IS 159 (62.5% from 255) = 32.58%
BLUE value IS 176 (69.14% from 255) = 36.07%
R=31.35%
G=32.58%
B=36.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1531591760.130.1000.31224.3512.7164.51
Hex999FB0DA01Fe0d41
Octal231237260151203734015101
Binary100110011001111110110000110110100111111110000011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999FB0; }

 p { color: rgb(153,159,176); }

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

<style>
 a { background-color: #999FB0; }

 a { background-color: rgb(153,159,176); }

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

<style>
 span { border-color: #999FB0; }

 span { border-color: rgb(153,159,176); }

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