Html Css Color HEX #90A5BF Rock Blue

📋 copy color: '#90A5BF'

red 144 ◦ green 165 ◦ blue 191

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

Shades of Rock Blue #90A5BF

Tints of Rock Blue #90A5BF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33%

 BLUE value IS 191 (75% from 255) = 38.2%

R = 28.8%
G = 33%
B = 38.2%

CMYK

 C value IS 0.25

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90A5BF (or 0x90A5BF) is known color: Rock Blue. HEX triplet: 90, A5 and BF. RGB value is (144,165,191). Sum of RGB (Red+Green+Blue) = 144+165+191=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 191 - color contains mainly: blue. Hex color #90A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A5BF is #6F5A40. Grayscale: #A1A1A1. Windows color (decimal): -7297601 or 12559760. OLE color: 12559760.

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

Color convert

RGB 144 165 191 -
CMYK 0.25 0.14 0 0.25
HSL 213.19º 0.27% 0.66% -
HSV(B) 213.19º 0.25% 0.75% -
XYZ 34.36 36.6 54.54 -
YUV 161.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 144 165 191 0.25 0.14 0 0.25 213.19 0.27 0.66
Hex 90 A5 BF 19 E 0 19 D5 1B 42
Octal 220 245 277 31 16 0 31 325 33 102
Binary 10010000 10100101 10111111 11001 1110 0 11001 11010101 11011 1000010

Color Harmonies of #90A5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A5BF

Black with #90A5BF

Text Example


Text Example

White with #90A5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,165,191); }

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

background-color css

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

 a { background-color: rgb(144,165,191); }

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

border-color css

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

 span { border-color: rgb(144,165,191); }

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