#90AEBF

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

Shades of Nepal #90AEBF

Tints of Nepal #90AEBF

Color information

#90AEBF (or 0x90AEBF) is unknown color: approx Nepal. HEX triplet: 90, AE and BF. RGB value is (144,174,191). Sum of RGB (Red+Green+Blue) = 144+174+191=509 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.29% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #90AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90AEBF is #6F5140. Grayscale: #A6A6A6. Windows color (decimal): -7295297 or 12562064. OLE color: 12562064.

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

Color convert

RGB144174191-
CMYK0.250.0900.25
HSL201.7º26.86%65.69%-
HSV(B)201.7º24.61%74.9%-
XYZ36.0439.9655.1-
YUV166.97141.56111.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.29%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 191 (75% from 255) = 37.52%
R=28.29%
G=34.18%
B=37.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441741910.250.0900.25201.726.8665.69
Hex90AEBF199019ca1b42
Octal220256277311103131233102
Binary10010000101011101011111111001100101100111001010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,174,191); }

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

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

 a { background-color: rgb(144,174,191); }

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

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

 span { border-color: rgb(144,174,191); }

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