#94ABC1

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

Shades of Nepal #94ABC1

Tints of Nepal #94ABC1

Color information

#94ABC1 (or 0x94ABC1) is unknown color: approx Nepal. HEX triplet: 94, AB and C1. RGB value is (148,171,193). Sum of RGB (Red+Green+Blue) = 148+171+193=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #94ABC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABC1 is #6B543E. Grayscale: #A6A6A6. Windows color (decimal): -7033919 or 12692372. OLE color: 12692372.

HSL color Cylindrical-coordinate representation of color #94ABC1: hue angle of 209.33º 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 #94ABC1 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148171193-
CMYK0.230.1100.24
HSL209.33º26.63%66.86%-
HSV(B)209.33º23.32%75.69%-
XYZ36.439.2756.11-
YUV166.63142.88114.71-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=28.91%
G=33.40%
B=37.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481711930.230.1100.24209.3326.6366.86
Hex94ABC117B018d11b43
Octal224253301271303032133103
Binary10010100101010111100000110111101101100011010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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