#93AFBC

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

Shades of Nepal #93AFBC

Tints of Nepal #93AFBC

Color information

#93AFBC (or 0x93AFBC) is unknown color: approx Nepal. HEX triplet: 93, AF and BC. RGB value is (147,175,188). Sum of RGB (Red+Green+Blue) = 147+175+188=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #93AFBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFBC is #6C5043. Grayscale: #A8A8A8. Windows color (decimal): -7098436 or 12365715. OLE color: 12365715.

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

Color convert

RGB147175188-
CMYK0.220.0700.26
HSL199.02º23.43%65.69%-
HSV(B)199.02º21.81%73.73%-
XYZ36.4440.4953.47-
YUV168.11139.22112.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.82%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 188 (73.83% from 255) = 36.86%
R=28.82%
G=34.31%
B=36.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471751880.220.0700.26199.0223.4365.69
Hex93AFBC16701Ac71742
Octal22325727426703230727102
Binary1001001110101111101111001011011101101011000111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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