#94AAC1

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

Shades of Nepal #94AAC1

Tints of Nepal #94AAC1

Color information

#94AAC1 (or 0x94AAC1) is unknown color: approx Nepal. HEX triplet: 94, AA and C1. RGB value is (148,170,193). Sum of RGB (Red+Green+Blue) = 148+170+193=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #94AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AAC1 is #6B553E. Grayscale: #A5A5A5. Windows color (decimal): -7034175 or 12692116. OLE color: 12692116.

HSL color Cylindrical-coordinate representation of color #94AAC1: hue angle of 210.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94AAC1 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148170193-
CMYK0.230.1200.24
HSL210.67º26.63%66.86%-
HSV(B)210.67º23.32%75.69%-
XYZ36.2138.956.05-
YUV166.04143.21115.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=28.96%
G=33.27%
B=37.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481701930.230.1200.24210.6726.6366.86
Hex94AAC117C018d31b43
Octal224252301271403032333103
Binary10010100101010101100000110111110001100011010011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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