Html Css Color HEX #89A0B6 Rock Blue

📋 copy color: '#89A0B6'

red 137 ◦ green 160 ◦ blue 182

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

Shades of Rock Blue #89A0B6

Tints of Rock Blue #89A0B6

RGB

 RED value IS 137 (53.91% from 255) = 28.6%

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 182 (71.48% from 255) = 38%

R = 28.6%
G = 33.4%
B = 38%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#89A0B6 (or 0x89A0B6) is known color: Rock Blue. HEX triplet: 89, A0 and B6. RGB value is (137,160,182). Sum of RGB (Red+Green+Blue) = 137+160+182=479 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.60% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 182 - color contains mainly: blue. Hex color #89A0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A0B6 is #765F49. Grayscale: #9B9B9B. Windows color (decimal): -7757642 or 11968649. OLE color: 11968649.

HSL color Cylindrical-coordinate representation of color #89A0B6: hue angle of 209.33º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #89A0B6 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 160 182 -
CMYK 0.25 0.12 0 0.29
HSL 209.33º 0.24% 0.63% -
HSV(B) 209.33º 0.25% 0.71% -
XYZ 31.33 33.84 49.14 -
YUV 155.63 142.88 114.71 -
System Red Green Blue C M Y K H S L
Decimal 137 160 182 0.25 0.12 0 0.29 209.33 0.24 0.63
Hex 89 A0 B6 19 C 0 1D D1 18 3F
Octal 211 240 266 31 14 0 35 321 30 77
Binary 10001001 10100000 10110110 11001 1100 0 11101 11010001 11000 111111

Color Harmonies of #89A0B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A0B6

Black with #89A0B6

Text Example


Text Example

White with #89A0B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89A0B6; }

 p { color: rgb(137,160,182); }

 H1.HeaderClassName
 {
   color: #89A0B6;
 }
 .AnyTagClassName
 {
   color: #89A0B6;
 }
</style>

background-color css

<style>
 a { background-color: #89A0B6; }

 a { background-color: rgb(137,160,182); }

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

border-color css

<style>
 span { border-color: #89A0B6; }

 span { border-color: rgb(137,160,182); }

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