Html Css Color HEX #9BA5B4 Rock Blue

📋 copy color: '#9BA5B4'

red 155 ◦ green 165 ◦ blue 180

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

Shades of Rock Blue #9BA5B4

Tints of Rock Blue #9BA5B4

RGB

 RED value IS 155 (60.94% from 255) = 31%

 GREEN value IS 165 (64.84% from 255) = 33%

 BLUE value IS 180 (70.7% from 255) = 36%

R = 31%
G = 33%
B = 36%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#9BA5B4 (or 0x9BA5B4) is known color: Rock Blue. HEX triplet: 9B, A5 and B4. RGB value is (155,165,180). Sum of RGB (Red+Green+Blue) = 155+165+180=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 180 - color contains mainly: blue. Hex color #9BA5B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA5B4 is #645A4B. Grayscale: #A3A3A3. Windows color (decimal): -6576716 or 11838875. OLE color: 11838875.

HSL color Cylindrical-coordinate representation of color #9BA5B4: hue angle of 216º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9BA5B4 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 165 180 -
CMYK 0.14 0.08 0 0.29
HSL 216º 0.14% 0.66% -
HSV(B) 216º 0.14% 0.71% -
XYZ 35.21 37.17 48.5 -
YUV 163.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 155 165 180 0.14 0.08 0 0.29 216 0.14 0.66
Hex 9B A5 B4 E 8 0 1D D8 E 42
Octal 233 245 264 16 10 0 35 330 16 102
Binary 10011011 10100101 10110100 1110 1000 0 11101 11011000 1110 1000010

Color Harmonies of #9BA5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA5B4

Black with #9BA5B4

Text Example


Text Example

White with #9BA5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BA5B4; }

 p { color: rgb(155,165,180); }

 H1.HeaderClassName
 {
   color: #9BA5B4;
 }
 .AnyTagClassName
 {
   color: #9BA5B4;
 }
</style>

background-color css

<style>
 a { background-color: #9BA5B4; }

 a { background-color: rgb(155,165,180); }

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

border-color css

<style>
 span { border-color: #9BA5B4; }

 span { border-color: rgb(155,165,180); }

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