#9BACC5

Color #9BACC5 Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #9BACC5

Tints of Rock Blue #9BACC5

Color information

#9BACC5 (or 0x9BACC5) is unknown color: approx Rock Blue. HEX triplet: 9B, AC and C5. RGB value is (155,172,197). Sum of RGB (Red+Green+Blue) = 155+172+197=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 197 - color contains mainly: blue. Hex color #9BACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACC5 is #64533A. Grayscale: #A9A9A9. Windows color (decimal): -6574907 or 12954779. OLE color: 12954779.

HSL color Cylindrical-coordinate representation of color #9BACC5: hue angle of 215.71º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BACC5 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB155172197-
CMYK0.210.1300.23
HSL215.71º26.58%69.02%-
HSV(B)215.71º21.32%77.25%-
XYZ38.3540.558.62-
YUV169.77143.37117.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.58%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=29.58%
G=32.82%
B=37.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551721970.210.1300.23215.7126.5869.02
Hex9BACC515D017d81b45
Octal233254305251502733033105
Binary10011011101011001100010110101110101011111011000110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BACC5;
 }
 .AnyTagClassName
 {
   color: #9BACC5;
 }
</style>
background-color css

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

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

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

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

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

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