Shades of Rock Blue #98ABC2
Tints of Rock Blue #98ABC2
RGB
CMYK
RGB Variations
Color information
#98ABC2 (or 0x98ABC2) is known color: Rock Blue. HEX triplet: 98, AB and C2. RGB value is (152,171,194). Sum of RGB (Red+Green+Blue) = 152+171+194=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #98ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #98ABC2 is #67543D. Grayscale: #A7A7A7. Windows color (decimal): -6771774 or 12757912. OLE color: 12757912.
HSL color Cylindrical-coordinate representation of color #98ABC2: hue angle of 212.86º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98ABC2 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 152 | 171 | 194 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.24 |
| HSL | 212.86º | 0.26% | 0.68% | - |
| HSV(B) | 212.86º | 0.22% | 0.76% | - |
| XYZ | 37.25 | 39.7 | 56.74 | - |
| YUV | 167.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 171 | 194 | 0.22 | 0.12 | 0 | 0.24 | 212.86 | 0.26 | 0.68 |
| Hex | 98 | AB | C2 | 16 | C | 0 | 18 | D5 | 1A | 44 |
| Octal | 230 | 253 | 302 | 26 | 14 | 0 | 30 | 325 | 32 | 104 |
| Binary | 10011000 | 10101011 | 11000010 | 10110 | 1100 | 0 | 11000 | 11010101 | 11010 | 1000100 |
Color Harmonies of #98ABC2
Complementary color
Monochromatic Colors of #98ABC2
Black with #98ABC2
Text Example
Text Example
White with #98ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98ABC2; }
p { color: rgb(152,171,194); }
H1.HeaderClassName
{
color: #98ABC2;
}
.AnyTagClassName
{
color: #98ABC2;
}
</style>
background-color css
<style>
a { background-color: #98ABC2; }
a { background-color: rgb(152,171,194); }
div.DivClassName
{
background-color: #98ABC2;
}
.BgClassName
{
background-color: #98ABC2;
}
</style>
border-color css
<style>
span { border-color: #98ABC2; }
span { border-color: rgb(152,171,194); }
td.TdClassName
{
border-color: #98ABC2;
}
.TagClassName
{
border-color: #98ABC2;
}
</style>