Shades of Rock Blue #99A8BE
Tints of Rock Blue #99A8BE
RGB
CMYK
RGB Variations
Color information
#99A8BE (or 0x99A8BE) is known color: Rock Blue. HEX triplet: 99, A8 and BE. RGB value is (153,168,190). Sum of RGB (Red+Green+Blue) = 153+168+190=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #99A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8BE is #665741. Grayscale: #A5A5A5. Windows color (decimal): -6707010 or 12495001. OLE color: 12495001.
HSL color Cylindrical-coordinate representation of color #99A8BE: hue angle of 215.68º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #99A8BE is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 168 | 190 | - |
| CMYK | 0.19 | 0.12 | 0 | 0.25 |
| HSL | 215.68º | 0.22% | 0.67% | - |
| HSV(B) | 215.68º | 0.19% | 0.75% | - |
| XYZ | 36.43 | 38.5 | 54.23 | - |
| YUV | 166.02 | 141.53 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 190 | 0.19 | 0.12 | 0 | 0.25 | 215.68 | 0.22 | 0.67 |
| Hex | 99 | A8 | BE | 13 | C | 0 | 19 | D8 | 16 | 43 |
| Octal | 231 | 250 | 276 | 23 | 14 | 0 | 31 | 330 | 26 | 103 |
| Binary | 10011001 | 10101000 | 10111110 | 10011 | 1100 | 0 | 11001 | 11011000 | 10110 | 1000011 |
Color Harmonies of #99A8BE
Complementary color
Monochromatic Colors of #99A8BE
Black with #99A8BE
Text Example
Text Example
White with #99A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8BE; }
p { color: rgb(153,168,190); }
H1.HeaderClassName
{
color: #99A8BE;
}
.AnyTagClassName
{
color: #99A8BE;
}
</style>
background-color css
<style>
a { background-color: #99A8BE; }
a { background-color: rgb(153,168,190); }
div.DivClassName
{
background-color: #99A8BE;
}
.BgClassName
{
background-color: #99A8BE;
}
</style>
border-color css
<style>
span { border-color: #99A8BE; }
span { border-color: rgb(153,168,190); }
td.TdClassName
{
border-color: #99A8BE;
}
.TagClassName
{
border-color: #99A8BE;
}
</style>