Html Css Color HEX #90A2BE Rock Blue

📋 copy color: '#90A2BE'

red 144 ◦ green 162 ◦ blue 190

#90A2BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #90A2BE

Tints of Rock Blue #90A2BE

RGB

 RED value IS 144 (56.64% from 255) = 29.03%

 GREEN value IS 162 (63.67% from 255) = 32.66%

 BLUE value IS 190 (74.61% from 255) = 38.31%

R = 29.03%
G = 32.66%
B = 38.31%

CMYK

 C value IS 0.24

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90A2BE (or 0x90A2BE) is known color: Rock Blue. HEX triplet: 90, A2 and BE. RGB value is (144,162,190). Sum of RGB (Red+Green+Blue) = 144+162+190=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 162 (63.67% from 255 or 32.66% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #90A2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A2BE is #6F5D41. Grayscale: #9F9F9F. Windows color (decimal): -7298370 or 12493456. OLE color: 12493456.

HSL color Cylindrical-coordinate representation of color #90A2BE: hue angle of 216.52º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90A2BE is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 162 190 -
CMYK 0.24 0.15 0 0.25
HSL 216.52º 0.26% 0.65% -
HSV(B) 216.52º 0.24% 0.75% -
XYZ 33.72 35.49 53.79 -
YUV 159.81 145.04 116.72 -
System Red Green Blue C M Y K H S L
Decimal 144 162 190 0.24 0.15 0 0.25 216.52 0.26 0.65
Hex 90 A2 BE 18 F 0 19 D9 1A 41
Octal 220 242 276 30 17 0 31 331 32 101
Binary 10010000 10100010 10111110 11000 1111 0 11001 11011001 11010 1000001

Color Harmonies of #90A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A2BE

Black with #90A2BE

Text Example


Text Example

White with #90A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90A2BE;
 }
 .AnyTagClassName
 {
   color: #90A2BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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