Shades of Rock Blue #99ACC4
Tints of Rock Blue #99ACC4
RGB
CMYK
RGB Variations
Color information
#99ACC4 (or 0x99ACC4) is known color: Rock Blue. HEX triplet: 99, AC and C4. RGB value is (153,172,196). Sum of RGB (Red+Green+Blue) = 153+172+196=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 196 - color contains mainly: blue. Hex color #99ACC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ACC4 is #66533B. Grayscale: #A8A8A8. Windows color (decimal): -6705980 or 12889241. OLE color: 12889241.
HSL color Cylindrical-coordinate representation of color #99ACC4: hue angle of 213.49º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99ACC4 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 153 | 172 | 196 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.23 |
| HSL | 213.49º | 0.27% | 0.68% | - |
| HSV(B) | 213.49º | 0.22% | 0.77% | - |
| XYZ | 37.85 | 40.26 | 58 | - |
| YUV | 169.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 172 | 196 | 0.22 | 0.12 | 0 | 0.23 | 213.49 | 0.27 | 0.68 |
| Hex | 99 | AC | C4 | 16 | C | 0 | 17 | D5 | 1B | 44 |
| Octal | 231 | 254 | 304 | 26 | 14 | 0 | 27 | 325 | 33 | 104 |
| Binary | 10011001 | 10101100 | 11000100 | 10110 | 1100 | 0 | 10111 | 11010101 | 11011 | 1000100 |
Color Harmonies of #99ACC4
Complementary color
Monochromatic Colors of #99ACC4
Black with #99ACC4
Text Example
Text Example
White with #99ACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99ACC4; }
p { color: rgb(153,172,196); }
H1.HeaderClassName
{
color: #99ACC4;
}
.AnyTagClassName
{
color: #99ACC4;
}
</style>
background-color css
<style>
a { background-color: #99ACC4; }
a { background-color: rgb(153,172,196); }
div.DivClassName
{
background-color: #99ACC4;
}
.BgClassName
{
background-color: #99ACC4;
}
</style>
border-color css
<style>
span { border-color: #99ACC4; }
span { border-color: rgb(153,172,196); }
td.TdClassName
{
border-color: #99ACC4;
}
.TagClassName
{
border-color: #99ACC4;
}
</style>