Html Css Color HEX #99A5B7 Rock Blue

📋 copy color: '#99A5B7'

red 153 ◦ green 165 ◦ blue 183

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

Shades of Rock Blue #99A5B7

Tints of Rock Blue #99A5B7

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.93%

 BLUE value IS 183 (71.88% from 255) = 36.53%

R = 30.54%
G = 32.93%
B = 36.53%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#99A5B7 (or 0x99A5B7) is known color: Rock Blue. HEX triplet: 99, A5 and B7. RGB value is (153,165,183). Sum of RGB (Red+Green+Blue) = 153+165+183=501 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.54% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 183 - color contains mainly: blue. Hex color #99A5B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5B7 is #665A48. Grayscale: #A3A3A3. Windows color (decimal): -6707785 or 12035481. OLE color: 12035481.

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

Color convert

RGB 153 165 183 -
CMYK 0.16 0.10 0 0.28
HSL 216º 0.17% 0.66% -
HSV(B) 216º 0.16% 0.72% -
XYZ 35.14 37.1 50.11 -
YUV 163.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 153 165 183 0.16 0.10 0 0.28 216 0.17 0.66
Hex 99 A5 B7 10 A 0 1C D8 11 42
Octal 231 245 267 20 12 0 34 330 21 102
Binary 10011001 10100101 10110111 10000 1010 0 11100 11011000 10001 1000010

Color Harmonies of #99A5B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A5B7

Black with #99A5B7

Text Example


Text Example

White with #99A5B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99A5B7; }

 p { color: rgb(153,165,183); }

 H1.HeaderClassName
 {
   color: #99A5B7;
 }
 .AnyTagClassName
 {
   color: #99A5B7;
 }
</style>

background-color css

<style>
 a { background-color: #99A5B7; }

 a { background-color: rgb(153,165,183); }

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

border-color css

<style>
 span { border-color: #99A5B7; }

 span { border-color: rgb(153,165,183); }

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