Html Css Color HEX #90ABC0 Nepal

📋 copy color: '#90ABC0'

red 144 ◦ green 171 ◦ blue 192

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

Shades of Nepal #90ABC0

Tints of Nepal #90ABC0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.73%

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

R = 28.4%
G = 33.73%
B = 37.87%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#90ABC0 (or 0x90ABC0) is known color: Nepal. HEX triplet: 90, AB and C0. RGB value is (144,171,192). Sum of RGB (Red+Green+Blue) = 144+171+192=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 192 - color contains mainly: blue. Hex color #90ABC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABC0 is #6F543F. Grayscale: #A5A5A5. Windows color (decimal): -7296064 or 12626832. OLE color: 12626832.

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

Color convert

RGB 144 171 192 -
CMYK 0.25 0.11 0 0.25
HSL 206.25º 0.28% 0.66% -
HSV(B) 206.25º 0.25% 0.75% -
XYZ 35.58 38.86 55.49 -
YUV 165.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 144 171 192 0.25 0.11 0 0.25 206.25 0.28 0.66
Hex 90 AB C0 19 B 0 19 CE 1C 42
Octal 220 253 300 31 13 0 31 316 34 102
Binary 10010000 10101011 11000000 11001 1011 0 11001 11001110 11100 1000010

Color Harmonies of #90ABC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABC0

Black with #90ABC0

Text Example


Text Example

White with #90ABC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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