Html Css Color HEX #999FBE Rock Blue

📋 copy color: '#999FBE'

red 153 ◦ green 159 ◦ blue 190

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

Shades of Rock Blue #999FBE

Tints of Rock Blue #999FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 30.48%
G = 31.67%
B = 37.85%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#999FBE (or 0x999FBE) is known color: Rock Blue. HEX triplet: 99, 9F and BE. RGB value is (153,159,190). Sum of RGB (Red+Green+Blue) = 153+159+190=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: blue. Hex color #999FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999FBE is #666041. Grayscale: #A0A0A0. Windows color (decimal): -6709314 or 12492697. OLE color: 12492697.

HSL color Cylindrical-coordinate representation of color #999FBE: hue angle of 230.27º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999FBE is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 159 190 -
CMYK 0.19 0.16 0 0.25
HSL 230.27º 0.22% 0.67% -
HSV(B) 230.27º 0.19% 0.75% -
XYZ 34.83 35.29 53.69 -
YUV 160.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 153 159 190 0.19 0.16 0 0.25 230.27 0.22 0.67
Hex 99 9F BE 13 10 0 19 E6 16 43
Octal 231 237 276 23 20 0 31 346 26 103
Binary 10011001 10011111 10111110 10011 10000 0 11001 11100110 10110 1000011

Color Harmonies of #999FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999FBE

Black with #999FBE

Text Example


Text Example

White with #999FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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