#94AAB8

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

Shades of Nepal #94AAB8

Tints of Nepal #94AAB8

Color information

#94AAB8 (or 0x94AAB8) is unknown color: approx Nepal. HEX triplet: 94, AA and B8. RGB value is (148,170,184). Sum of RGB (Red+Green+Blue) = 148+170+184=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 184 - color contains mainly: blue. Hex color #94AAB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AAB8 is #6B5547. Grayscale: #A4A4A4. Windows color (decimal): -7034184 or 12102292. OLE color: 12102292.

HSL color Cylindrical-coordinate representation of color #94AAB8: hue angle of 203.33º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #94AAB8 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB148170184-
CMYK0.200.0800.28
HSL203.33º20.22%65.1%-
HSV(B)203.33º19.57%72.16%-
XYZ35.2438.5150.92-
YUV165.02138.71115.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.48%
GREEN value IS 170 (66.80% from 255) = 33.86%
BLUE value IS 184 (72.27% from 255) = 36.65%
R=29.48%
G=33.86%
B=36.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1481701840.200.0800.28203.3320.2265.1
Hex94AAB814801Ccb1441
Octal224252270241003431324101
Binary10010100101010101011100010100100001110011001011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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