Html Css Color HEX #97A8BB Rock Blue

📋 copy color: '#97A8BB'

red 151 ◦ green 168 ◦ blue 187

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

Shades of Rock Blue #97A8BB

Tints of Rock Blue #97A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.2%

 BLUE value IS 187 (73.44% from 255) = 36.96%

R = 29.84%
G = 33.2%
B = 36.96%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#97A8BB (or 0x97A8BB) is known color: Rock Blue. HEX triplet: 97, A8 and BB. RGB value is (151,168,187). Sum of RGB (Red+Green+Blue) = 151+168+187=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 187 - color contains mainly: blue. Hex color #97A8BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #97A8BB is #685744. Grayscale: #A4A4A4. Windows color (decimal): -6838085 or 12298391. OLE color: 12298391.

HSL color Cylindrical-coordinate representation of color #97A8BB: hue angle of 211.67º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97A8BB is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 168 187 -
CMYK 0.19 0.10 0 0.27
HSL 211.67º 0.21% 0.66% -
HSV(B) 211.67º 0.19% 0.73% -
XYZ 35.73 38.17 52.5 -
YUV 165.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 151 168 187 0.19 0.10 0 0.27 211.67 0.21 0.66
Hex 97 A8 BB 13 A 0 1B D4 15 42
Octal 227 250 273 23 12 0 33 324 25 102
Binary 10010111 10101000 10111011 10011 1010 0 11011 11010100 10101 1000010

Color Harmonies of #97A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A8BB

Black with #97A8BB

Text Example


Text Example

White with #97A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,168,187); }

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

background-color css

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

 a { background-color: rgb(151,168,187); }

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

border-color css

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

 span { border-color: rgb(151,168,187); }

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