Html Css Color HEX #90ABC2 Nepal

📋 copy color: '#90ABC2'

red 144 ◦ green 171 ◦ blue 194

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

Shades of Nepal #90ABC2

Tints of Nepal #90ABC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.11%

R = 28.29%
G = 33.6%
B = 38.11%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#90ABC2 (or 0x90ABC2) is known color: Nepal. HEX triplet: 90, AB and C2. RGB value is (144,171,194). Sum of RGB (Red+Green+Blue) = 144+171+194=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #90ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ABC2 is #6F543D. Grayscale: #A5A5A5. Windows color (decimal): -7296062 or 12757904. OLE color: 12757904.

HSL color Cylindrical-coordinate representation of color #90ABC2: hue angle of 207.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90ABC2 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 171 194 -
CMYK 0.26 0.12 0 0.24
HSL 207.6º 0.29% 0.66% -
HSV(B) 207.6º 0.26% 0.76% -
XYZ 35.8 38.95 56.67 -
YUV 165.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 144 171 194 0.26 0.12 0 0.24 207.6 0.29 0.66
Hex 90 AB C2 1A C 0 18 D0 1D 42
Octal 220 253 302 32 14 0 30 320 35 102
Binary 10010000 10101011 11000010 11010 1100 0 11000 11010000 11101 1000010

Color Harmonies of #90ABC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90ABC2

Black with #90ABC2

Text Example


Text Example

White with #90ABC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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