#93AFBD

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

Shades of Nepal #93AFBD

Tints of Nepal #93AFBD

Color information

#93AFBD (or 0x93AFBD) is unknown color: approx Nepal. HEX triplet: 93, AF and BD. RGB value is (147,175,189). Sum of RGB (Red+Green+Blue) = 147+175+189=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #93AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFBD is #6C5042. Grayscale: #A8A8A8. Windows color (decimal): -7098435 or 12431251. OLE color: 12431251.

HSL color Cylindrical-coordinate representation of color #93AFBD: hue angle of 200º degrees, saturation: 0.24, 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 #93AFBD is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147175189-
CMYK0.220.0700.26
HSL200º24.14%65.88%-
HSV(B)200º22.22%74.12%-
XYZ36.5540.5454.04-
YUV168.22139.72112.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=28.77%
G=34.25%
B=36.99%

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
Decimal1471751890.220.0700.2620024.1465.88
Hex93AFBD16701Ac81842
Octal22325727526703231030102
Binary1001001110101111101111011011011101101011001000110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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