#90ADBE

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

Shades of Nepal #90ADBE

Tints of Nepal #90ADBE

Color information

#90ADBE (or 0x90ADBE) is unknown color: approx Nepal. HEX triplet: 90, AD and BE. RGB value is (144,173,190). Sum of RGB (Red+Green+Blue) = 144+173+190=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #90ADBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADBE is #6F5241. Grayscale: #A6A6A6. Windows color (decimal): -7295554 or 12496272. OLE color: 12496272.

HSL color Cylindrical-coordinate representation of color #90ADBE: hue angle of 202.17º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90ADBE is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB144173190-
CMYK0.240.0900.25
HSL202.17º26.14%65.49%-
HSV(B)202.17º24.21%74.51%-
XYZ35.7439.5354.46-
YUV166.27141.39112.12-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.40%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 190 (74.61% from 255) = 37.48%
R=28.40%
G=34.12%
B=37.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441731900.240.0900.25202.1726.1465.49
Hex90ADBE189019ca1a41
Octal220255276301103131232101
Binary10010000101011011011111011000100101100111001010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90ADBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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