#90A0BB

Color #90A0BB Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #90A0BB

Tints of Rock Blue #90A0BB

Color information

#90A0BB (or 0x90A0BB) is unknown color: approx Rock Blue. HEX triplet: 90, A0 and BB. RGB value is (144,160,187). Sum of RGB (Red+Green+Blue) = 144+160+187=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #90A0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A0BB is #6F5F44. Grayscale: #9E9E9E. Windows color (decimal): -7298885 or 12296336. OLE color: 12296336.

HSL color Cylindrical-coordinate representation of color #90A0BB: hue angle of 217.67º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90A0BB is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144160187-
CMYK0.230.1400.27
HSL217.67º24.02%64.9%-
HSV(B)217.67º22.99%73.33%-
XYZ33.0434.6651.96-
YUV158.29144.2117.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 29.33%
GREEN value IS 160 (62.89% from 255) = 32.59%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=29.33%
G=32.59%
B=38.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441601870.230.1400.27217.6724.0264.9
Hex90A0BB17E01Bda1841
Octal220240273271603333230101
Binary10010000101000001011101110111111001101111011010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A0BB; }

 p { color: rgb(144,160,187); }

 H1.HeaderClassName
 {
   color: #90A0BB;
 }
 .AnyTagClassName
 {
   color: #90A0BB;
 }
</style>
background-color css

<style>
 a { background-color: #90A0BB; }

 a { background-color: rgb(144,160,187); }

 div.DivClassName
 {
   background-color: #90A0BB;
 }
 .BgClassName
 {
   background-color: #90A0BB;
 }
</style>
border-color css

<style>
 span { border-color: #90A0BB; }

 span { border-color: rgb(144,160,187); }

 td.TdClassName
 {
   border-color: #90A0BB;
 }
 .TagClassName
 {
   border-color: #90A0BB;
 }
</style>