#93B4C9

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

Shades of Nepal #93B4C9

Tints of Nepal #93B4C9

Color information

#93B4C9 (or 0x93B4C9) is unknown color: approx Nepal. HEX triplet: 93, B4 and C9. RGB value is (147,180,201). Sum of RGB (Red+Green+Blue) = 147+180+201=528 (69% of max value = 765). Red value is 147 (57.81% from 255 or 27.84% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 201 - color contains mainly: blue. Hex color #93B4C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B4C9 is #6C4B36. Grayscale: #ACACAC. Windows color (decimal): -7097143 or 13218963. OLE color: 13218963.

HSL color Cylindrical-coordinate representation of color #93B4C9: hue angle of 203.33º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #93B4C9 is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147180201-
CMYK0.270.1000.21
HSL203.33º33.33%68.24%-
HSV(B)203.33º26.87%78.82%-
XYZ38.943.0661.52-
YUV172.53144.07109.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.84%
GREEN value IS 180 (70.70% from 255) = 34.09%
BLUE value IS 201 (78.91% from 255) = 38.07%
R=27.84%
G=34.09%
B=38.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471802010.270.1000.21203.3333.3368.24
Hex93B4C91BA015cb2144
Octal223264311331202531341104
Binary100100111011010011001001110111010010101110010111000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,180,201); }

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

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

 a { background-color: rgb(147,180,201); }

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

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

 span { border-color: rgb(147,180,201); }

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