#94AFBF

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

Shades of Nepal #94AFBF

Tints of Nepal #94AFBF

Color information

#94AFBF (or 0x94AFBF) is unknown color: approx Nepal. HEX triplet: 94, AF and BF. RGB value is (148,175,191). Sum of RGB (Red+Green+Blue) = 148+175+191=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 191 - color contains mainly: blue. Hex color #94AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFBF is #6B5040. Grayscale: #A8A8A8. Windows color (decimal): -7032897 or 12562324. OLE color: 12562324.

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

Color convert

RGB148175191-
CMYK0.230.0800.25
HSL202.33º25.15%66.47%-
HSV(B)202.33º22.51%74.9%-
XYZ36.9540.7255.2-
YUV168.75140.55113.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.79%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 191 (75% from 255) = 37.16%
R=28.79%
G=34.05%
B=37.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481751910.230.0800.25202.3325.1566.47
Hex94AFBF178019ca1942
Octal224257277271003131231102
Binary10010100101011111011111110111100001100111001010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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