Html Css Color HEX #9BACC0 Rock Blue

📋 copy color: '#9BACC0'

red 155 ◦ green 172 ◦ blue 192

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

Shades of Rock Blue #9BACC0

Tints of Rock Blue #9BACC0

RGB

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

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

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

R = 29.87%
G = 33.14%
B = 36.99%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9BACC0 (or 0x9BACC0) is known color: Rock Blue. HEX triplet: 9B, AC and C0. RGB value is (155,172,192). Sum of RGB (Red+Green+Blue) = 155+172+192=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #9BACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACC0 is #64533F. Grayscale: #A9A9A9. Windows color (decimal): -6574912 or 12627099. OLE color: 12627099.

HSL color Cylindrical-coordinate representation of color #9BACC0: hue angle of 212.43º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BACC0 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 172 192 -
CMYK 0.19 0.10 0 0.25
HSL 212.43º 0.23% 0.68% -
HSV(B) 212.43º 0.19% 0.75% -
XYZ 37.78 40.28 55.65 -
YUV 169.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 155 172 192 0.19 0.10 0 0.25 212.43 0.23 0.68
Hex 9B AC C0 13 A 0 19 D4 17 44
Octal 233 254 300 23 12 0 31 324 27 104
Binary 10011011 10101100 11000000 10011 1010 0 11001 11010100 10111 1000100

Color Harmonies of #9BACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACC0

Black with #9BACC0

Text Example


Text Example

White with #9BACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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