#93BACE

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

Shades of Nepal #93BACE

Tints of Nepal #93BACE

Color information

#93BACE (or 0x93BACE) is unknown color: approx Nepal. HEX triplet: 93, BA and CE. RGB value is (147,186,206). Sum of RGB (Red+Green+Blue) = 147+186+206=539 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.27% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 206 - color contains mainly: blue. Hex color #93BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93BACE is #6C4531. Grayscale: #B0B0B0. Windows color (decimal): -7095602 or 13548179. OLE color: 13548179.

HSL color Cylindrical-coordinate representation of color #93BACE: hue angle of 200.34º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93BACE is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147186206-
CMYK0.290.1000.19
HSL200.34º37.58%69.22%-
HSV(B)200.34º28.64%80.78%-
XYZ40.7345.7865.08-
YUV176.62144.58106.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.27%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 206 (80.86% from 255) = 38.22%
R=27.27%
G=34.51%
B=38.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471862060.290.1000.19200.3437.5869.22
Hex93BACE1DA013c82645
Octal223272316351202331046105
Binary100100111011101011001110111011010010011110010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,186,206); }

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

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

 a { background-color: rgb(147,186,206); }

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

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

 span { border-color: rgb(147,186,206); }

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