Shades of Rock Blue #90A3BC
Tints of Rock Blue #90A3BC
RGB
CMYK
RGB Variations
Color information
#90A3BC (or 0x90A3BC) is known color: Rock Blue. HEX triplet: 90, A3 and BC. RGB value is (144,163,188). Sum of RGB (Red+Green+Blue) = 144+163+188=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #90A3BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A3BC is #6F5C43. Grayscale: #A0A0A0. Windows color (decimal): -7298116 or 12362640. OLE color: 12362640.
HSL color Cylindrical-coordinate representation of color #90A3BC: hue angle of 214.09º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90A3BC is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 163 | 188 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.26 |
| HSL | 214.09º | 0.25% | 0.65% | - |
| HSV(B) | 214.09º | 0.23% | 0.74% | - |
| XYZ | 33.68 | 35.75 | 52.7 | - |
| YUV | 160.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 188 | 0.23 | 0.13 | 0 | 0.26 | 214.09 | 0.25 | 0.65 |
| Hex | 90 | A3 | BC | 17 | D | 0 | 1A | D6 | 19 | 41 |
| Octal | 220 | 243 | 274 | 27 | 15 | 0 | 32 | 326 | 31 | 101 |
| Binary | 10010000 | 10100011 | 10111100 | 10111 | 1101 | 0 | 11010 | 11010110 | 11001 | 1000001 |
Color Harmonies of #90A3BC
Complementary color
Monochromatic Colors of #90A3BC
Black with #90A3BC
Text Example
Text Example
White with #90A3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A3BC; }
p { color: rgb(144,163,188); }
H1.HeaderClassName
{
color: #90A3BC;
}
.AnyTagClassName
{
color: #90A3BC;
}
</style>
background-color css
<style>
a { background-color: #90A3BC; }
a { background-color: rgb(144,163,188); }
div.DivClassName
{
background-color: #90A3BC;
}
.BgClassName
{
background-color: #90A3BC;
}
</style>
border-color css
<style>
span { border-color: #90A3BC; }
span { border-color: rgb(144,163,188); }
td.TdClassName
{
border-color: #90A3BC;
}
.TagClassName
{
border-color: #90A3BC;
}
</style>