#90ADBA

Color #90ADBA Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #90ADBA

Tints of Nepal #90ADBA

Color information

#90ADBA (or 0x90ADBA) is unknown color: approx Nepal. HEX triplet: 90, AD and BA. RGB value is (144,173,186). Sum of RGB (Red+Green+Blue) = 144+173+186=503 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.63% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 186 - color contains mainly: blue. Hex color #90ADBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADBA is #6F5245. Grayscale: #A5A5A5. Windows color (decimal): -7295558 or 12234128. OLE color: 12234128.

HSL color Cylindrical-coordinate representation of color #90ADBA: hue angle of 198.57º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90ADBA is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB144173186-
CMYK0.230.0700.27
HSL198.57º23.33%64.71%-
HSV(B)198.57º22.58%72.94%-
XYZ35.3139.3652.19-
YUV165.81139.39112.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.63%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 186 (73.05% from 255) = 36.98%
R=28.63%
G=34.39%
B=36.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1441731860.230.0700.27198.5723.3364.71
Hex90ADBA17701Bc71741
Octal22025527227703330727101
Binary1001000010101101101110101011111101101111000111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,173,186); }

 H1.HeaderClassName
 {
   color: #90ADBA;
 }
 .AnyTagClassName
 {
   color: #90ADBA;
 }
</style>
background-color css

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

 a { background-color: rgb(144,173,186); }

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

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

 span { border-color: rgb(144,173,186); }

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