Html Css Color HEX #97AAC0 Rock Blue

📋 copy color: '#97AAC0'

red 151 ◦ green 170 ◦ blue 192

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

Shades of Rock Blue #97AAC0

Tints of Rock Blue #97AAC0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.14%

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

R = 29.43%
G = 33.14%
B = 37.43%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#97AAC0 (or 0x97AAC0) is known color: Rock Blue. HEX triplet: 97, AA and C0. RGB value is (151,170,192). Sum of RGB (Red+Green+Blue) = 151+170+192=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #97AAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97AAC0 is #68553F. Grayscale: #A6A6A6. Windows color (decimal): -6837568 or 12626583. OLE color: 12626583.

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

Color convert

RGB 151 170 192 -
CMYK 0.21 0.11 0 0.25
HSL 212.2º 0.25% 0.67% -
HSV(B) 212.2º 0.21% 0.75% -
XYZ 36.65 39.13 55.49 -
YUV 166.83 142.21 116.71 -
System Red Green Blue C M Y K H S L
Decimal 151 170 192 0.21 0.11 0 0.25 212.2 0.25 0.67
Hex 97 AA C0 15 B 0 19 D4 19 43
Octal 227 252 300 25 13 0 31 324 31 103
Binary 10010111 10101010 11000000 10101 1011 0 11001 11010100 11001 1000011

Color Harmonies of #97AAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97AAC0

Black with #97AAC0

Text Example


Text Example

White with #97AAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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