#94ABC2

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

Shades of Nepal #94ABC2

Tints of Nepal #94ABC2

Color information

#94ABC2 (or 0x94ABC2) is unknown color: approx Nepal. HEX triplet: 94, AB and C2. RGB value is (148,171,194). Sum of RGB (Red+Green+Blue) = 148+171+194=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: blue. Hex color #94ABC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABC2 is #6B543D. Grayscale: #A6A6A6. Windows color (decimal): -7033918 or 12757908. OLE color: 12757908.

HSL color Cylindrical-coordinate representation of color #94ABC2: hue angle of 210º degrees, saturation: 0.27, 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 #94ABC2 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB148171194-
CMYK0.240.1200.24
HSL210º27.38%67.06%-
HSV(B)210º23.71%76.08%-
XYZ36.5139.3256.7-
YUV166.74143.38114.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 171 (67.19% from 255) = 33.33%
BLUE value IS 194 (76.17% from 255) = 37.82%
R=28.85%
G=33.33%
B=37.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481711940.240.1200.2421027.3867.06
Hex94ABC218C018d21b43
Octal224253302301403032233103
Binary10010100101010111100001011000110001100011010010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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