Html Css Color HEX #90A0C4 Rock Blue

📋 copy color: '#90A0C4'

red 144 ◦ green 160 ◦ blue 196

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

Shades of Rock Blue #90A0C4

Tints of Rock Blue #90A0C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.2%

R = 28.8%
G = 32%
B = 39.2%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#90A0C4 (or 0x90A0C4) is known color: Rock Blue. HEX triplet: 90, A0 and C4. RGB value is (144,160,196). Sum of RGB (Red+Green+Blue) = 144+160+196=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 196 - color contains mainly: blue. Hex color #90A0C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A0C4 is #6F5F3B. Grayscale: #9F9F9F. Windows color (decimal): -7298876 or 12886160. OLE color: 12886160.

HSL color Cylindrical-coordinate representation of color #90A0C4: hue angle of 221.54º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90A0C4 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 144 160 196 -
CMYK 0.27 0.18 0 0.23
HSL 221.54º 0.31% 0.67% -
HSV(B) 221.54º 0.27% 0.77% -
XYZ 34.04 35.06 57.2 -
YUV 159.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 144 160 196 0.27 0.18 0 0.23 221.54 0.31 0.67
Hex 90 A0 C4 1B 12 0 17 DE 1F 43
Octal 220 240 304 33 22 0 27 336 37 103
Binary 10010000 10100000 11000100 11011 10010 0 10111 11011110 11111 1000011

Color Harmonies of #90A0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A0C4

Black with #90A0C4

Text Example


Text Example

White with #90A0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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