Html Css Color HEX #97A9C0 Rock Blue

📋 copy color: '#97A9C0'

red 151 ◦ green 169 ◦ blue 192

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

Shades of Rock Blue #97A9C0

Tints of Rock Blue #97A9C0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.01%

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 29.49%
G = 33.01%
B = 37.5%

CMYK

 C value IS 0.21

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#97A9C0 (or 0x97A9C0) is known color: Rock Blue. HEX triplet: 97, A9 and C0. RGB value is (151,169,192). Sum of RGB (Red+Green+Blue) = 151+169+192=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #97A9C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A9C0 is #68563F. Grayscale: #A6A6A6. Windows color (decimal): -6837824 or 12626327. OLE color: 12626327.

HSL color Cylindrical-coordinate representation of color #97A9C0: hue angle of 213.66º degrees, saturation: 0.25, 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 #97A9C0 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 169 192 -
CMYK 0.21 0.12 0 0.25
HSL 213.66º 0.25% 0.67% -
HSV(B) 213.66º 0.21% 0.75% -
XYZ 36.46 38.76 55.43 -
YUV 166.24 142.54 117.13 -
System Red Green Blue C M Y K H S L
Decimal 151 169 192 0.21 0.12 0 0.25 213.66 0.25 0.67
Hex 97 A9 C0 15 C 0 19 D6 19 43
Octal 227 251 300 25 14 0 31 326 31 103
Binary 10010111 10101001 11000000 10101 1100 0 11001 11010110 11001 1000011

Color Harmonies of #97A9C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A9C0

Black with #97A9C0

Text Example


Text Example

White with #97A9C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,169,192); }

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

background-color css

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

 a { background-color: rgb(151,169,192); }

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

border-color css

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

 span { border-color: rgb(151,169,192); }

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