Html Css Color HEX #97A1BF Rock Blue

📋 copy color: '#97A1BF'

red 151 ◦ green 161 ◦ blue 191

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

Shades of Rock Blue #97A1BF

Tints of Rock Blue #97A1BF

RGB

 RED value IS 151 (59.38% from 255) = 30.02%

 GREEN value IS 161 (63.28% from 255) = 32.01%

 BLUE value IS 191 (75% from 255) = 37.97%

R = 30.02%
G = 32.01%
B = 37.97%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#97A1BF (or 0x97A1BF) is known color: Rock Blue. HEX triplet: 97, A1 and BF. RGB value is (151,161,191). Sum of RGB (Red+Green+Blue) = 151+161+191=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 191 (75% from 255 or 37.97% from 503); Max value from RGB is 191 - color contains mainly: blue. Hex color #97A1BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A1BF is #685E40. Grayscale: #A1A1A1. Windows color (decimal): -6839873 or 12558743. OLE color: 12558743.

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

Color convert

RGB 151 161 191 -
CMYK 0.21 0.16 0 0.25
HSL 225º 0.24% 0.67% -
HSV(B) 225º 0.21% 0.75% -
XYZ 34.91 35.83 54.37 -
YUV 161.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 151 161 191 0.21 0.16 0 0.25 225 0.24 0.67
Hex 97 A1 BF 15 10 0 19 E1 18 43
Octal 227 241 277 25 20 0 31 341 30 103
Binary 10010111 10100001 10111111 10101 10000 0 11001 11100001 11000 1000011

Color Harmonies of #97A1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A1BF

Black with #97A1BF

Text Example


Text Example

White with #97A1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A1BF; }

 p { color: rgb(151,161,191); }

 H1.HeaderClassName
 {
   color: #97A1BF;
 }
 .AnyTagClassName
 {
   color: #97A1BF;
 }
</style>

background-color css

<style>
 a { background-color: #97A1BF; }

 a { background-color: rgb(151,161,191); }

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

border-color css

<style>
 span { border-color: #97A1BF; }

 span { border-color: rgb(151,161,191); }

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