Html Css Color HEX #90A3BA Rock Blue

📋 copy color: '#90A3BA'

red 144 ◦ green 163 ◦ blue 186

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

Shades of Rock Blue #90A3BA

Tints of Rock Blue #90A3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.06%

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 29.21%
G = 33.06%
B = 37.73%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#90A3BA (or 0x90A3BA) is known color: Rock Blue. HEX triplet: 90, A3 and BA. RGB value is (144,163,186). Sum of RGB (Red+Green+Blue) = 144+163+186=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #90A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A3BA is #6F5C45. Grayscale: #9F9F9F. Windows color (decimal): -7298118 or 12231568. OLE color: 12231568.

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

Color convert

RGB 144 163 186 -
CMYK 0.23 0.12 0 0.27
HSL 212.86º 0.23% 0.65% -
HSV(B) 212.86º 0.23% 0.73% -
XYZ 33.46 35.67 51.58 -
YUV 159.94 142.71 116.63 -
System Red Green Blue C M Y K H S L
Decimal 144 163 186 0.23 0.12 0 0.27 212.86 0.23 0.65
Hex 90 A3 BA 17 C 0 1B D5 17 41
Octal 220 243 272 27 14 0 33 325 27 101
Binary 10010000 10100011 10111010 10111 1100 0 11011 11010101 10111 1000001

Color Harmonies of #90A3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A3BA

Black with #90A3BA

Text Example


Text Example

White with #90A3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,163,186); }

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

background-color css

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

 a { background-color: rgb(144,163,186); }

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

border-color css

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

 span { border-color: rgb(144,163,186); }

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