Shades of Rock Blue #99A5BF
Tints of Rock Blue #99A5BF
RGB
CMYK
RGB Variations
Color information
#99A5BF (or 0x99A5BF) is known color: Rock Blue. HEX triplet: 99, A5 and BF. RGB value is (153,165,191). Sum of RGB (Red+Green+Blue) = 153+165+191=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #99A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A5BF is #665A40. Grayscale: #A4A4A4. Windows color (decimal): -6707777 or 12559769. OLE color: 12559769.
HSL color Cylindrical-coordinate representation of color #99A5BF: hue angle of 221.05º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99A5BF is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 165 | 191 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.25 |
| HSL | 221.05º | 0.23% | 0.67% | - |
| HSV(B) | 221.05º | 0.2% | 0.75% | - |
| XYZ | 36 | 37.44 | 54.62 | - |
| YUV | 164.38 | 143.02 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 191 | 0.20 | 0.14 | 0 | 0.25 | 221.05 | 0.23 | 0.67 |
| Hex | 99 | A5 | BF | 14 | E | 0 | 19 | DD | 17 | 43 |
| Octal | 231 | 245 | 277 | 24 | 16 | 0 | 31 | 335 | 27 | 103 |
| Binary | 10011001 | 10100101 | 10111111 | 10100 | 1110 | 0 | 11001 | 11011101 | 10111 | 1000011 |
Color Harmonies of #99A5BF
Complementary color
Monochromatic Colors of #99A5BF
Black with #99A5BF
Text Example
Text Example
White with #99A5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A5BF; }
p { color: rgb(153,165,191); }
H1.HeaderClassName
{
color: #99A5BF;
}
.AnyTagClassName
{
color: #99A5BF;
}
</style>
background-color css
<style>
a { background-color: #99A5BF; }
a { background-color: rgb(153,165,191); }
div.DivClassName
{
background-color: #99A5BF;
}
.BgClassName
{
background-color: #99A5BF;
}
</style>
border-color css
<style>
span { border-color: #99A5BF; }
span { border-color: rgb(153,165,191); }
td.TdClassName
{
border-color: #99A5BF;
}
.TagClassName
{
border-color: #99A5BF;
}
</style>