#999FB8

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

Shades of Rock Blue #999FB8

Tints of Rock Blue #999FB8

Color information

#999FB8 (or 0x999FB8) is unknown color: approx Rock Blue. HEX triplet: 99, 9F and B8. RGB value is (153,159,184). Sum of RGB (Red+Green+Blue) = 153+159+184=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 184 - color contains mainly: blue. Hex color #999FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FB8 is #666047. Grayscale: #9F9F9F. Windows color (decimal): -6709320 or 12099481. OLE color: 12099481.

HSL color Cylindrical-coordinate representation of color #999FB8: hue angle of 228.39º degrees, saturation: 0.18, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #999FB8 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB153159184-
CMYK0.170.1400.28
HSL228.39º17.92%66.08%-
HSV(B)228.39º16.85%72.16%-
XYZ34.1935.0350.31-
YUV160.06141.51122.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 184 (72.27% from 255) = 37.10%
R=30.85%
G=32.06%
B=37.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531591840.170.1400.28228.3917.9266.08
Hex999FB811E01Ce41242
Octal231237270211603434422102
Binary10011001100111111011100010001111001110011100100100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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