Html Css Color HEX #999FB1 Rock Blue

📋 copy color: '#999FB1'

red 153 ◦ green 159 ◦ blue 177

#999FB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #999FB1

Tints of Rock Blue #999FB1

RGB

 RED value IS 153 (60.16% from 255) = 31.29%

 GREEN value IS 159 (62.5% from 255) = 32.52%

 BLUE value IS 177 (69.53% from 255) = 36.2%

R = 31.29%
G = 32.52%
B = 36.2%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#999FB1 (or 0x999FB1) is known color: Rock Blue. HEX triplet: 99, 9F and B1. RGB value is (153,159,177). Sum of RGB (Red+Green+Blue) = 153+159+177=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 177 - color contains mainly: blue. Hex color #999FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999FB1 is #66604E. Grayscale: #9F9F9F. Windows color (decimal): -6709327 or 11640729. OLE color: 11640729.

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

Color convert

RGB 153 159 177 -
CMYK 0.14 0.10 0 0.31
HSL 225º 0.13% 0.65% -
HSV(B) 225º 0.14% 0.69% -
XYZ 33.47 34.74 46.54 -
YUV 159.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 153 159 177 0.14 0.10 0 0.31 225 0.13 0.65
Hex 99 9F B1 E A 0 1F E1 D 41
Octal 231 237 261 16 12 0 37 341 15 101
Binary 10011001 10011111 10110001 1110 1010 0 11111 11100001 1101 1000001

Color Harmonies of #999FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FB1

Black with #999FB1

Text Example


Text Example

White with #999FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #999FB1;
 }
 .AnyTagClassName
 {
   color: #999FB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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