Shades of Rock Blue #99A8C6
Tints of Rock Blue #99A8C6
RGB
CMYK
RGB Variations
Color information
#99A8C6 (or 0x99A8C6) is known color: Rock Blue. HEX triplet: 99, A8 and C6. RGB value is (153,168,198). Sum of RGB (Red+Green+Blue) = 153+168+198=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 198 - color contains mainly: blue. Hex color #99A8C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99A8C6 is #665739. Grayscale: #A6A6A6. Windows color (decimal): -6707002 or 13019289. OLE color: 13019289.
HSL color Cylindrical-coordinate representation of color #99A8C6: hue angle of 220º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99A8C6 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 168 | 198 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.22 |
| HSL | 220º | 0.28% | 0.69% | - |
| HSV(B) | 220º | 0.23% | 0.78% | - |
| XYZ | 37.33 | 38.85 | 58.96 | - |
| YUV | 166.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 168 | 198 | 0.23 | 0.15 | 0 | 0.22 | 220 | 0.28 | 0.69 |
| Hex | 99 | A8 | C6 | 17 | F | 0 | 16 | DC | 1C | 45 |
| Octal | 231 | 250 | 306 | 27 | 17 | 0 | 26 | 334 | 34 | 105 |
| Binary | 10011001 | 10101000 | 11000110 | 10111 | 1111 | 0 | 10110 | 11011100 | 11100 | 1000101 |
Color Harmonies of #99A8C6
Complementary color
Monochromatic Colors of #99A8C6
Black with #99A8C6
Text Example
Text Example
White with #99A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A8C6; }
p { color: rgb(153,168,198); }
H1.HeaderClassName
{
color: #99A8C6;
}
.AnyTagClassName
{
color: #99A8C6;
}
</style>
background-color css
<style>
a { background-color: #99A8C6; }
a { background-color: rgb(153,168,198); }
div.DivClassName
{
background-color: #99A8C6;
}
.BgClassName
{
background-color: #99A8C6;
}
</style>
border-color css
<style>
span { border-color: #99A8C6; }
span { border-color: rgb(153,168,198); }
td.TdClassName
{
border-color: #99A8C6;
}
.TagClassName
{
border-color: #99A8C6;
}
</style>