Html Css Color HEX #90A0C0 Rock Blue

📋 copy color: '#90A0C0'

red 144 ◦ green 160 ◦ blue 192

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

Shades of Rock Blue #90A0C0

Tints of Rock Blue #90A0C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 29.03%
G = 32.26%
B = 38.71%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90A0C0 (or 0x90A0C0) is known color: Rock Blue. HEX triplet: 90, A0 and C0. RGB value is (144,160,192). Sum of RGB (Red+Green+Blue) = 144+160+192=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #90A0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A0C0 is #6F5F3F. Grayscale: #9E9E9E. Windows color (decimal): -7298880 or 12624016. OLE color: 12624016.

HSL color Cylindrical-coordinate representation of color #90A0C0: hue angle of 220º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90A0C0 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 144 160 192 -
CMYK 0.25 0.17 0 0.25
HSL 220º 0.28% 0.66% -
HSV(B) 220º 0.25% 0.75% -
XYZ 33.59 34.88 54.83 -
YUV 158.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 144 160 192 0.25 0.17 0 0.25 220 0.28 0.66
Hex 90 A0 C0 19 11 0 19 DC 1C 42
Octal 220 240 300 31 21 0 31 334 34 102
Binary 10010000 10100000 11000000 11001 10001 0 11001 11011100 11100 1000010

Color Harmonies of #90A0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A0C0

Black with #90A0C0

Text Example


Text Example

White with #90A0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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