Html Css Color HEX #9BACC5 Rock Blue

📋 copy color: '#9BACC5'

red 155 ◦ green 172 ◦ blue 197

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

Shades of Rock Blue #9BACC5

Tints of Rock Blue #9BACC5

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.6%

R = 29.58%
G = 32.82%
B = 37.6%

CMYK

 C value IS 0.21

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9BACC5 (or 0x9BACC5) is known color: 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

RGB 155 172 197 -
CMYK 0.21 0.13 0 0.23
HSL 215.71º 0.27% 0.69% -
HSV(B) 215.71º 0.21% 0.77% -
XYZ 38.35 40.5 58.62 -
YUV 169.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 155 172 197 0.21 0.13 0 0.23 215.71 0.27 0.69
Hex 9B AC C5 15 D 0 17 D8 1B 45
Octal 233 254 305 25 15 0 27 330 33 105
Binary 10011011 10101100 11000101 10101 1101 0 10111 11011000 11011 1000101

Color Harmonies of #9BACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACC5

Black with #9BACC5

Text Example


Text Example

White with #9BACC5

Text Example


Text Example

HTML Codes & Css Web 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>