#90B6CB

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

Shades of Nepal #90B6CB

Tints of Nepal #90B6CB

Color information

#90B6CB (or 0x90B6CB) is unknown color: approx Nepal. HEX triplet: 90, B6 and CB. RGB value is (144,182,203). Sum of RGB (Red+Green+Blue) = 144+182+203=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #90B6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B6CB is #6F4934. Grayscale: #ACACAC. Windows color (decimal): -7293237 or 13350544. OLE color: 13350544.

HSL color Cylindrical-coordinate representation of color #90B6CB: hue angle of 201.36º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90B6CB is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB144182203-
CMYK0.290.1000.20
HSL201.36º36.2%68.04%-
HSV(B)201.36º29.06%79.61%-
XYZ39.0143.762.88-
YUV173.03144.91107.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.22%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=27.22%
G=34.40%
B=38.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1441822030.290.1000.20201.3636.268.04
Hex90B6CB1DA014c92444
Octal220266313351202431144104
Binary100100001011011011001011111011010010100110010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,182,203); }

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

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

 a { background-color: rgb(144,182,203); }

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

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

 span { border-color: rgb(144,182,203); }

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