Html Css Color HEX #90A8C0 Nepal

📋 copy color: '#90A8C0'

red 144 ◦ green 168 ◦ blue 192

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

Shades of Nepal #90A8C0

Tints of Nepal #90A8C0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

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

R = 28.57%
G = 33.33%
B = 38.1%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90A8C0 (or 0x90A8C0) is known color: Nepal. HEX triplet: 90, A8 and C0. RGB value is (144,168,192). Sum of RGB (Red+Green+Blue) = 144+168+192=504 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.57% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #90A8C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A8C0 is #6F573F. Grayscale: #A3A3A3. Windows color (decimal): -7296832 or 12626064. OLE color: 12626064.

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

Color convert

RGB 144 168 192 -
CMYK 0.25 0.12 0 0.25
HSL 210º 0.28% 0.66% -
HSV(B) 210º 0.25% 0.75% -
XYZ 35.02 37.74 55.31 -
YUV 163.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 144 168 192 0.25 0.12 0 0.25 210 0.28 0.66
Hex 90 A8 C0 19 C 0 19 D2 1C 42
Octal 220 250 300 31 14 0 31 322 34 102
Binary 10010000 10101000 11000000 11001 1100 0 11001 11010010 11100 1000010

Color Harmonies of #90A8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A8C0

Black with #90A8C0

Text Example


Text Example

White with #90A8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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