Shades of Rock Blue #94AAC2
Tints of Rock Blue #94AAC2
RGB
CMYK
RGB Variations
Color information
#94AAC2 (or 0x94AAC2) is known color: Rock Blue. HEX triplet: 94, AA and C2. RGB value is (148,170,194). Sum of RGB (Red+Green+Blue) = 148+170+194=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 194 (76.17% from 255 or 37.89% from 512); Max value from RGB is 194 - color contains mainly: blue. Hex color #94AAC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AAC2 is #6B553D. Grayscale: #A6A6A6. Windows color (decimal): -7034174 or 12757652. OLE color: 12757652.
HSL color Cylindrical-coordinate representation of color #94AAC2: hue angle of 211.3º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94AAC2 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 170 | 194 | - |
| CMYK | 0.24 | 0.12 | 0 | 0.24 |
| HSL | 211.3º | 0.27% | 0.67% | - |
| HSV(B) | 211.3º | 0.24% | 0.76% | - |
| XYZ | 36.33 | 38.94 | 56.64 | - |
| YUV | 166.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 170 | 194 | 0.24 | 0.12 | 0 | 0.24 | 211.3 | 0.27 | 0.67 |
| Hex | 94 | AA | C2 | 18 | C | 0 | 18 | D3 | 1B | 43 |
| Octal | 224 | 252 | 302 | 30 | 14 | 0 | 30 | 323 | 33 | 103 |
| Binary | 10010100 | 10101010 | 11000010 | 11000 | 1100 | 0 | 11000 | 11010011 | 11011 | 1000011 |
Color Harmonies of #94AAC2
Complementary color
Monochromatic Colors of #94AAC2
Black with #94AAC2
Text Example
Text Example
White with #94AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94AAC2; }
p { color: rgb(148,170,194); }
H1.HeaderClassName
{
color: #94AAC2;
}
.AnyTagClassName
{
color: #94AAC2;
}
</style>
background-color css
<style>
a { background-color: #94AAC2; }
a { background-color: rgb(148,170,194); }
div.DivClassName
{
background-color: #94AAC2;
}
.BgClassName
{
background-color: #94AAC2;
}
</style>
border-color css
<style>
span { border-color: #94AAC2; }
span { border-color: rgb(148,170,194); }
td.TdClassName
{
border-color: #94AAC2;
}
.TagClassName
{
border-color: #94AAC2;
}
</style>