Html Css Color HEX #90A0AF Rock Blue

📋 copy color: '#90A0AF'

red 144 ◦ green 160 ◦ blue 175

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

Shades of Rock Blue #90A0AF

Tints of Rock Blue #90A0AF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 30.06%
G = 33.4%
B = 36.53%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#90A0AF (or 0x90A0AF) is known color: Rock Blue. HEX triplet: 90, A0 and AF. RGB value is (144,160,175). Sum of RGB (Red+Green+Blue) = 144+160+175=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #90A0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A0AF is #6F5F50. Grayscale: #9C9C9C. Windows color (decimal): -7298897 or 11509904. OLE color: 11509904.

HSL color Cylindrical-coordinate representation of color #90A0AF: hue angle of 209.03º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #90A0AF is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 144 160 175 -
CMYK 0.18 0.09 0 0.31
HSL 209.03º 0.16% 0.63% -
HSV(B) 209.03º 0.18% 0.69% -
XYZ 31.81 34.17 45.48 -
YUV 156.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 144 160 175 0.18 0.09 0 0.31 209.03 0.16 0.63
Hex 90 A0 AF 12 9 0 1F D1 10 3F
Octal 220 240 257 22 11 0 37 321 20 77
Binary 10010000 10100000 10101111 10010 1001 0 11111 11010001 10000 111111

Color Harmonies of #90A0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A0AF

Black with #90A0AF

Text Example


Text Example

White with #90A0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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