#90A2BB

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

Shades of Rock Blue #90A2BB

Tints of Rock Blue #90A2BB

Color information

#90A2BB (or 0x90A2BB) is unknown color: approx Rock Blue. HEX triplet: 90, A2 and BB. RGB value is (144,162,187). Sum of RGB (Red+Green+Blue) = 144+162+187=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #90A2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A2BB is #6F5D44. Grayscale: #9F9F9F. Windows color (decimal): -7298373 or 12296848. OLE color: 12296848.

HSL color Cylindrical-coordinate representation of color #90A2BB: hue angle of 214.88º 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 #90A2BB is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144162187-
CMYK0.230.1300.27
HSL214.88º24.02%64.9%-
HSV(B)214.88º22.99%73.33%-
XYZ33.3935.3652.08-
YUV159.47143.54116.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.21%
GREEN value IS 162 (63.67% from 255) = 32.86%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=29.21%
G=32.86%
B=37.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441621870.230.1300.27214.8824.0264.9
Hex90A2BB17D01Bd71841
Octal220242273271503332730101
Binary10010000101000101011101110111110101101111010111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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