#94ABB6

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

Shades of Nepal #94ABB6

Tints of Nepal #94ABB6

Color information

#94ABB6 (or 0x94ABB6) is unknown color: approx Nepal. HEX triplet: 94, AB and B6. RGB value is (148,171,182). Sum of RGB (Red+Green+Blue) = 148+171+182=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 182 - color contains mainly: blue. Hex color #94ABB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABB6 is #6B5449. Grayscale: #A5A5A5. Windows color (decimal): -7033930 or 11971476. OLE color: 11971476.

HSL color Cylindrical-coordinate representation of color #94ABB6: hue angle of 199.41º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94ABB6 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148171182-
CMYK0.190.0600.29
HSL199.41º18.89%64.71%-
HSV(B)199.41º18.68%71.37%-
XYZ35.2238.849.89-
YUV165.38137.38115.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 182 (71.48% from 255) = 36.33%
R=29.54%
G=34.13%
B=36.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481711820.190.0600.29199.4118.8964.71
Hex94ABB613601Dc71341
Octal22425326623603530723101
Binary1001010010101011101101101001111001110111000111100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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