Shades of Rock Blue #9BAEC5
Tints of Rock Blue #9BAEC5
RGB
CMYK
RGB Variations
Color information
#9BAEC5 (or 0x9BAEC5) is known color: Rock Blue. HEX triplet: 9B, AE and C5. RGB value is (155,174,197). Sum of RGB (Red+Green+Blue) = 155+174+197=526 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.47% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 197 - color contains mainly: blue. Hex color #9BAEC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEC5 is #64513A. Grayscale: #AAAAAA. Windows color (decimal): -6574395 or 12955291. OLE color: 12955291.
HSL color Cylindrical-coordinate representation of color #9BAEC5: hue angle of 212.86º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BAEC5 is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 174 | 197 | - |
| CMYK | 0.21 | 0.12 | 0 | 0.23 |
| HSL | 212.86º | 0.27% | 0.69% | - |
| HSV(B) | 212.86º | 0.21% | 0.77% | - |
| XYZ | 38.73 | 41.27 | 58.75 | - |
| YUV | 170.94 | 142.71 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 174 | 197 | 0.21 | 0.12 | 0 | 0.23 | 212.86 | 0.27 | 0.69 |
| Hex | 9B | AE | C5 | 15 | C | 0 | 17 | D5 | 1B | 45 |
| Octal | 233 | 256 | 305 | 25 | 14 | 0 | 27 | 325 | 33 | 105 |
| Binary | 10011011 | 10101110 | 11000101 | 10101 | 1100 | 0 | 10111 | 11010101 | 11011 | 1000101 |
Color Harmonies of #9BAEC5
Complementary color
Monochromatic Colors of #9BAEC5
Black with #9BAEC5
Text Example
Text Example
White with #9BAEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BAEC5; }
p { color: rgb(155,174,197); }
H1.HeaderClassName
{
color: #9BAEC5;
}
.AnyTagClassName
{
color: #9BAEC5;
}
</style>
background-color css
<style>
a { background-color: #9BAEC5; }
a { background-color: rgb(155,174,197); }
div.DivClassName
{
background-color: #9BAEC5;
}
.BgClassName
{
background-color: #9BAEC5;
}
</style>
border-color css
<style>
span { border-color: #9BAEC5; }
span { border-color: rgb(155,174,197); }
td.TdClassName
{
border-color: #9BAEC5;
}
.TagClassName
{
border-color: #9BAEC5;
}
</style>