#94ABBF

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

Shades of Nepal #94ABBF

Tints of Nepal #94ABBF

Color information

#94ABBF (or 0x94ABBF) is unknown color: approx Nepal. HEX triplet: 94, AB and BF. RGB value is (148,171,191). Sum of RGB (Red+Green+Blue) = 148+171+191=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #94ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ABBF is #6B5440. Grayscale: #A6A6A6. Windows color (decimal): -7033921 or 12561300. OLE color: 12561300.

HSL color Cylindrical-coordinate representation of color #94ABBF: hue angle of 207.91º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94ABBF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148171191-
CMYK0.230.1000.25
HSL207.91º25.15%66.47%-
HSV(B)207.91º22.51%74.9%-
XYZ36.1839.1854.95-
YUV166.4141.88114.87-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.02%
GREEN value IS 171 (67.19% from 255) = 33.53%
BLUE value IS 191 (75% from 255) = 37.45%
R=29.02%
G=33.53%
B=37.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481711910.230.1000.25207.9125.1566.47
Hex94ABBF17A019d01942
Octal224253277271203132031102
Binary10010100101010111011111110111101001100111010000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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