Html Css Color HEX #9BACC1 Rock Blue

📋 copy color: '#9BACC1'

red 155 ◦ green 172 ◦ blue 193

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

Shades of Rock Blue #9BACC1

Tints of Rock Blue #9BACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

 BLUE value IS 193 (75.78% from 255) = 37.12%

R = 29.81%
G = 33.08%
B = 37.12%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9BACC1 (or 0x9BACC1) is known color: Rock Blue. HEX triplet: 9B, AC and C1. RGB value is (155,172,193). Sum of RGB (Red+Green+Blue) = 155+172+193=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 193 - color contains mainly: blue. Hex color #9BACC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACC1 is #64533E. Grayscale: #A9A9A9. Windows color (decimal): -6574911 or 12692635. OLE color: 12692635.

HSL color Cylindrical-coordinate representation of color #9BACC1: hue angle of 213.16º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BACC1 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 172 193 -
CMYK 0.20 0.11 0 0.24
HSL 213.16º 0.23% 0.68% -
HSV(B) 213.16º 0.2% 0.76% -
XYZ 37.9 40.32 56.24 -
YUV 169.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 155 172 193 0.20 0.11 0 0.24 213.16 0.23 0.68
Hex 9B AC C1 14 B 0 18 D5 17 44
Octal 233 254 301 24 13 0 30 325 27 104
Binary 10011011 10101100 11000001 10100 1011 0 11000 11010101 10111 1000100

Color Harmonies of #9BACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACC1

Black with #9BACC1

Text Example


Text Example

White with #9BACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,172,193); }

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

background-color css

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

 a { background-color: rgb(155,172,193); }

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

border-color css

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

 span { border-color: rgb(155,172,193); }

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