#90B4CA

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

Shades of Nepal #90B4CA

Tints of Nepal #90B4CA

Color information

#90B4CA (or 0x90B4CA) is unknown color: approx Nepal. HEX triplet: 90, B4 and CA. RGB value is (144,180,202). Sum of RGB (Red+Green+Blue) = 144+180+202=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #90B4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B4CA is #6F4B35. Grayscale: #ABABAB. Windows color (decimal): -7293750 or 13284496. OLE color: 13284496.

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

Color convert

RGB144180202-
CMYK0.290.1100.21
HSL202.76º35.37%67.84%-
HSV(B)202.76º28.71%79.22%-
XYZ38.4842.8462.12-
YUV171.74145.07108.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.38%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=27.38%
G=34.22%
B=38.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441802020.290.1100.21202.7635.3767.84
Hex90B4CA1DB015cb2344
Octal220264312351302531343104
Binary100100001011010011001010111011011010101110010111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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