Shades of Rock Blue #98AAC1
Tints of Rock Blue #98AAC1
RGB
CMYK
RGB Variations
Color information
#98AAC1 (or 0x98AAC1) is known color: Rock Blue. HEX triplet: 98, AA and C1. RGB value is (152,170,193). Sum of RGB (Red+Green+Blue) = 152+170+193=515 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.51% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #98AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98AAC1 is #67553E. Grayscale: #A7A7A7. Windows color (decimal): -6772031 or 12692120. OLE color: 12692120.
HSL color Cylindrical-coordinate representation of color #98AAC1: hue angle of 213.66º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98AAC1 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 170 | 193 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.24 |
| HSL | 213.66º | 0.25% | 0.68% | - |
| HSV(B) | 213.66º | 0.21% | 0.76% | - |
| XYZ | 36.95 | 39.28 | 56.09 | - |
| YUV | 167.24 | 142.54 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 170 | 193 | 0.21 | 0.12 | 0 | 0.24 | 213.66 | 0.25 | 0.68 |
| Hex | 98 | AA | C1 | 15 | C | 0 | 18 | D6 | 19 | 44 |
| Octal | 230 | 252 | 301 | 25 | 14 | 0 | 30 | 326 | 31 | 104 |
| Binary | 10011000 | 10101010 | 11000001 | 10101 | 1100 | 0 | 11000 | 11010110 | 11001 | 1000100 |
Color Harmonies of #98AAC1
Complementary color
Monochromatic Colors of #98AAC1
Black with #98AAC1
Text Example
Text Example
White with #98AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98AAC1; }
p { color: rgb(152,170,193); }
H1.HeaderClassName
{
color: #98AAC1;
}
.AnyTagClassName
{
color: #98AAC1;
}
</style>
background-color css
<style>
a { background-color: #98AAC1; }
a { background-color: rgb(152,170,193); }
div.DivClassName
{
background-color: #98AAC1;
}
.BgClassName
{
background-color: #98AAC1;
}
</style>
border-color css
<style>
span { border-color: #98AAC1; }
span { border-color: rgb(152,170,193); }
td.TdClassName
{
border-color: #98AAC1;
}
.TagClassName
{
border-color: #98AAC1;
}
</style>