#999FBB

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

Shades of Rock Blue #999FBB

Tints of Rock Blue #999FBB

Color information

#999FBB (or 0x999FBB) is unknown color: approx Rock Blue. HEX triplet: 99, 9F and BB. RGB value is (153,159,187). Sum of RGB (Red+Green+Blue) = 153+159+187=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 187 - color contains mainly: blue. Hex color #999FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FBB is #666044. Grayscale: #A0A0A0. Windows color (decimal): -6709317 or 12296089. OLE color: 12296089.

HSL color Cylindrical-coordinate representation of color #999FBB: hue angle of 229.41º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #999FBB is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153159187-
CMYK0.180.1500.27
HSL229.41º20%66.67%-
HSV(B)229.41º18.18%73.33%-
XYZ34.535.1651.98-
YUV160.4143.01122.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 159 (62.5% from 255) = 31.86%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=30.66%
G=31.86%
B=37.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531591870.180.1500.27229.412066.67
Hex999FBB12F01Be51443
Octal231237273221703334524103
Binary10011001100111111011101110010111101101111100101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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