#999FBA

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

Shades of Rock Blue #999FBA

Tints of Rock Blue #999FBA

Color information

#999FBA (or 0x999FBA) is unknown color: approx Rock Blue. HEX triplet: 99, 9F and BA. RGB value is (153,159,186). Sum of RGB (Red+Green+Blue) = 153+159+186=498 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.72% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 186 - color contains mainly: blue. Hex color #999FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FBA is #666045. Grayscale: #A0A0A0. Windows color (decimal): -6709318 or 12230553. OLE color: 12230553.

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

Color convert

RGB153159186-
CMYK0.180.1500.27
HSL229.09º19.3%66.47%-
HSV(B)229.09º17.74%72.94%-
XYZ34.435.1151.42-
YUV160.28142.51122.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.72%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 186 (73.05% from 255) = 37.35%
R=30.72%
G=31.93%
B=37.35%

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
Decimal1531591860.180.1500.27229.0919.366.47
Hex999FBA12F01Be51342
Octal231237272221703334523102
Binary10011001100111111011101010010111101101111100101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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