#94AEC3

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

Shades of Nepal #94AEC3

Tints of Nepal #94AEC3

Color information

#94AEC3 (or 0x94AEC3) is unknown color: approx Nepal. HEX triplet: 94, AE and C3. RGB value is (148,174,195). Sum of RGB (Red+Green+Blue) = 148+174+195=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 174 (68.36% from 255 or 33.66% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 195 - color contains mainly: blue. Hex color #94AEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEC3 is #6B513C. Grayscale: #A8A8A8. Windows color (decimal): -7033149 or 12824212. OLE color: 12824212.

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

Color convert

RGB148174195-
CMYK0.240.1100.24
HSL206.81º28.14%67.25%-
HSV(B)206.81º24.1%76.47%-
XYZ37.240.5157.49-
YUV168.62142.89113.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 174 (68.36% from 255) = 33.66%
BLUE value IS 195 (76.56% from 255) = 37.72%
R=28.63%
G=33.66%
B=37.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481741950.240.1100.24206.8128.1467.25
Hex94AEC318B018cf1c43
Octal224256303301303031734103
Binary10010100101011101100001111000101101100011001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,174,195); }

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

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

 a { background-color: rgb(148,174,195); }

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

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

 span { border-color: rgb(148,174,195); }

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