Shades of Rock Blue #9BA9C4
Tints of Rock Blue #9BA9C4
RGB
CMYK
RGB Variations
Color information
#9BA9C4 (or 0x9BA9C4) is known color: Rock Blue. HEX triplet: 9B, A9 and C4. RGB value is (155,169,196). Sum of RGB (Red+Green+Blue) = 155+169+196=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 169 (66.41% from 255 or 32.5% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 196 - color contains mainly: blue. Hex color #9BA9C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA9C4 is #64563B. Grayscale: #A7A7A7. Windows color (decimal): -6575676 or 12888475. OLE color: 12888475.
HSL color Cylindrical-coordinate representation of color #9BA9C4: hue angle of 219.51º degrees, saturation: 0.26, 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 #9BA9C4 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 169 | 196 | - |
| CMYK | 0.21 | 0.14 | 0 | 0.23 |
| HSL | 219.51º | 0.26% | 0.69% | - |
| HSV(B) | 219.51º | 0.21% | 0.77% | - |
| XYZ | 37.67 | 39.33 | 57.83 | - |
| YUV | 167.89 | 143.86 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 169 | 196 | 0.21 | 0.14 | 0 | 0.23 | 219.51 | 0.26 | 0.69 |
| Hex | 9B | A9 | C4 | 15 | E | 0 | 17 | DC | 1A | 45 |
| Octal | 233 | 251 | 304 | 25 | 16 | 0 | 27 | 334 | 32 | 105 |
| Binary | 10011011 | 10101001 | 11000100 | 10101 | 1110 | 0 | 10111 | 11011100 | 11010 | 1000101 |
Color Harmonies of #9BA9C4
Complementary color
Monochromatic Colors of #9BA9C4
Black with #9BA9C4
Text Example
Text Example
White with #9BA9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BA9C4; }
p { color: rgb(155,169,196); }
H1.HeaderClassName
{
color: #9BA9C4;
}
.AnyTagClassName
{
color: #9BA9C4;
}
</style>
background-color css
<style>
a { background-color: #9BA9C4; }
a { background-color: rgb(155,169,196); }
div.DivClassName
{
background-color: #9BA9C4;
}
.BgClassName
{
background-color: #9BA9C4;
}
</style>
border-color css
<style>
span { border-color: #9BA9C4; }
span { border-color: rgb(155,169,196); }
td.TdClassName
{
border-color: #9BA9C4;
}
.TagClassName
{
border-color: #9BA9C4;
}
</style>