#90B7CA

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

Shades of Nepal #90B7CA

Tints of Nepal #90B7CA

Color information

#90B7CA (or 0x90B7CA) is unknown color: approx Nepal. HEX triplet: 90, B7 and CA. RGB value is (144,183,202). Sum of RGB (Red+Green+Blue) = 144+183+202=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #90B7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7CA is #6F4835. Grayscale: #ADADAD. Windows color (decimal): -7292982 or 13285264. OLE color: 13285264.

HSL color Cylindrical-coordinate representation of color #90B7CA: hue angle of 199.66º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90B7CA is Cyan = 0.29, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144183202-
CMYK0.290.0900.21
HSL199.66º35.37%67.84%-
HSV(B)199.66º28.71%79.22%-
XYZ39.144.0662.32-
YUV173.5144.08106.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.22%
GREEN value IS 183 (71.88% from 255) = 34.59%
BLUE value IS 202 (79.30% from 255) = 38.19%
R=27.22%
G=34.59%
B=38.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441832020.290.0900.21199.6635.3767.84
Hex90B7CA1D9015c82344
Octal220267312351102531043104
Binary100100001011011111001010111011001010101110010001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,183,202); }

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

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

 a { background-color: rgb(144,183,202); }

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

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

 span { border-color: rgb(144,183,202); }

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