Html Css Color HEX #999FB8 Rock Blue

📋 copy color: '#999FB8'

red 153 ◦ green 159 ◦ blue 184

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

Shades of Rock Blue #999FB8

Tints of Rock Blue #999FB8

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.1%

R = 30.85%
G = 32.06%
B = 37.1%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#999FB8 (or 0x999FB8) is known color: 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

RGB 153 159 184 -
CMYK 0.17 0.14 0 0.28
HSL 228.39º 0.18% 0.66% -
HSV(B) 228.39º 0.17% 0.72% -
XYZ 34.19 35.03 50.31 -
YUV 160.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 153 159 184 0.17 0.14 0 0.28 228.39 0.18 0.66
Hex 99 9F B8 11 E 0 1C E4 12 42
Octal 231 237 270 21 16 0 34 344 22 102
Binary 10011001 10011111 10111000 10001 1110 0 11100 11100100 10010 1000010

Color Harmonies of #999FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FB8

Black with #999FB8

Text Example


Text Example

White with #999FB8

Text Example


Text Example

HTML Codes & Css Web 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>