#93ACC0

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

Shades of Nepal #93ACC0

Tints of Nepal #93ACC0

Color information

#93ACC0 (or 0x93ACC0) is unknown color: approx Nepal. HEX triplet: 93, AC and C0. RGB value is (147,172,192). Sum of RGB (Red+Green+Blue) = 147+172+192=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #93ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ACC0 is #6C533F. Grayscale: #A6A6A6. Windows color (decimal): -7099200 or 12627091. OLE color: 12627091.

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

Color convert

RGB147172192-
CMYK0.230.1000.25
HSL206.67º26.32%66.47%-
HSV(B)206.67º23.44%75.29%-
XYZ36.339.5155.58-
YUV166.8142.22113.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 192 (75.39% from 255) = 37.57%
R=28.77%
G=33.66%
B=37.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471721920.230.1000.25206.6726.3266.47
Hex93ACC017A019cf1a42
Octal223254300271203131732102
Binary10010011101011001100000010111101001100111001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ACC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,172,192); }

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

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

 a { background-color: rgb(147,172,192); }

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

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

 span { border-color: rgb(147,172,192); }

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