#94AFBC

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

Shades of Nepal #94AFBC

Tints of Nepal #94AFBC

Color information

#94AFBC (or 0x94AFBC) is unknown color: approx Nepal. HEX triplet: 94, AF and BC. RGB value is (148,175,188). Sum of RGB (Red+Green+Blue) = 148+175+188=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #94AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AFBC is #6B5043. Grayscale: #A8A8A8. Windows color (decimal): -7032900 or 12365716. OLE color: 12365716.

HSL color Cylindrical-coordinate representation of color #94AFBC: hue angle of 199.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94AFBC is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148175188-
CMYK0.210.0700.26
HSL199.5º22.99%65.88%-
HSV(B)199.5º21.28%73.73%-
XYZ36.6240.5953.48-
YUV168.41139.05113.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.96%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=28.96%
G=34.25%
B=36.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481751880.210.0700.26199.522.9965.88
Hex94AFBC15701Ac81742
Octal22425727425703231027102
Binary1001010010101111101111001010111101101011001000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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