#93B8CA

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

Shades of Nepal #93B8CA

Tints of Nepal #93B8CA

Color information

#93B8CA (or 0x93B8CA) is unknown color: approx Nepal. HEX triplet: 93, B8 and CA. RGB value is (147,184,202). Sum of RGB (Red+Green+Blue) = 147+184+202=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 202 - color contains mainly: blue. Hex color #93B8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93B8CA is #6C4735. Grayscale: #AEAEAE. Windows color (decimal): -7096118 or 13285523. OLE color: 13285523.

HSL color Cylindrical-coordinate representation of color #93B8CA: hue angle of 199.64º degrees, saturation: 0.34, 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 #93B8CA is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB147184202-
CMYK0.270.0900.21
HSL199.64º34.16%68.43%-
HSV(B)199.64º27.23%79.22%-
XYZ39.8344.7562.41-
YUV174.99143.24108.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 184 (72.27% from 255) = 34.52%
BLUE value IS 202 (79.30% from 255) = 37.90%
R=27.58%
G=34.52%
B=37.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1471842020.270.0900.21199.6434.1668.43
Hex93B8CA1B9015c82244
Octal223270312331102531042104
Binary100100111011100011001010110111001010101110010001000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,184,202); }

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

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

 a { background-color: rgb(147,184,202); }

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

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

 span { border-color: rgb(147,184,202); }

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