Shades of Rock Blue #98AAC0
Tints of Rock Blue #98AAC0
RGB
CMYK
RGB Variations
Color information
#98AAC0 (or 0x98AAC0) is known color: Rock Blue. HEX triplet: 98, AA and C0. RGB value is (152,170,192). Sum of RGB (Red+Green+Blue) = 152+170+192=514 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.57% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 192 (75.39% from 255 or 37.35% from 514); Max value from RGB is 192 - color contains mainly: blue. Hex color #98AAC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AAC0 is #67553F. Grayscale: #A7A7A7. Windows color (decimal): -6772032 or 12626584. OLE color: 12626584.
HSL color Cylindrical-coordinate representation of color #98AAC0: hue angle of 213º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98AAC0 is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 170 | 192 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.25 |
| HSL | 213º | 0.24% | 0.67% | - |
| HSV(B) | 213º | 0.21% | 0.75% | - |
| XYZ | 36.84 | 39.23 | 55.5 | - |
| YUV | 167.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 192 | 0.21 | 0.11 | 0 | 0.25 | 213 | 0.24 | 0.67 |
| Hex | 98 | AA | C0 | 15 | B | 0 | 19 | D5 | 18 | 43 |
| Octal | 230 | 252 | 300 | 25 | 13 | 0 | 31 | 325 | 30 | 103 |
| Binary | 10011000 | 10101010 | 11000000 | 10101 | 1011 | 0 | 11001 | 11010101 | 11000 | 1000011 |
Color Harmonies of #98AAC0
Complementary color
Monochromatic Colors of #98AAC0
Black with #98AAC0
Text Example
Text Example
White with #98AAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AAC0; }
p { color: rgb(152,170,192); }
H1.HeaderClassName
{
color: #98AAC0;
}
.AnyTagClassName
{
color: #98AAC0;
}
</style>
background-color css
<style>
a { background-color: #98AAC0; }
a { background-color: rgb(152,170,192); }
div.DivClassName
{
background-color: #98AAC0;
}
.BgClassName
{
background-color: #98AAC0;
}
</style>
border-color css
<style>
span { border-color: #98AAC0; }
span { border-color: rgb(152,170,192); }
td.TdClassName
{
border-color: #98AAC0;
}
.TagClassName
{
border-color: #98AAC0;
}
</style>