#94AABE

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

Shades of Nepal #94AABE

Tints of Nepal #94AABE

Color information

#94AABE (or 0x94AABE) is unknown color: approx Nepal. HEX triplet: 94, AA and BE. RGB value is (148,170,190). Sum of RGB (Red+Green+Blue) = 148+170+190=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #94AABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AABE is #6B5541. Grayscale: #A5A5A5. Windows color (decimal): -7034178 or 12495508. OLE color: 12495508.

HSL color Cylindrical-coordinate representation of color #94AABE: hue angle of 208.57º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94AABE is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148170190-
CMYK0.220.1100.25
HSL208.57º24.42%66.27%-
HSV(B)208.57º22.11%74.51%-
XYZ35.8838.7654.31-
YUV165.7141.71115.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.13%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=29.13%
G=33.46%
B=37.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481701900.220.1100.25208.5724.4266.27
Hex94AABE16B019d11842
Octal224252276261303132130102
Binary10010100101010101011111010110101101100111010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94AABE; }

 p { color: rgb(148,170,190); }

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

<style>
 a { background-color: #94AABE; }

 a { background-color: rgb(148,170,190); }

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

<style>
 span { border-color: #94AABE; }

 span { border-color: rgb(148,170,190); }

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