#93AEC3

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

Shades of Nepal #93AEC3

Tints of Nepal #93AEC3

Color information

#93AEC3 (or 0x93AEC3) is unknown color: approx Nepal. HEX triplet: 93, AE and C3. RGB value is (147,174,195). Sum of RGB (Red+Green+Blue) = 147+174+195=516 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.49% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 195 - color contains mainly: blue. Hex color #93AEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEC3 is #6C513C. Grayscale: #A8A8A8. Windows color (decimal): -7098685 or 12824211. OLE color: 12824211.

HSL color Cylindrical-coordinate representation of color #93AEC3: hue angle of 206.25º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93AEC3 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB147174195-
CMYK0.250.1100.24
HSL206.25º28.57%67.06%-
HSV(B)206.25º24.62%76.47%-
XYZ37.0240.4257.48-
YUV168.32143.05112.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.49%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 195 (76.56% from 255) = 37.79%
R=28.49%
G=33.72%
B=37.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471741950.250.1100.24206.2528.5767.06
Hex93AEC319B018ce1d43
Octal223256303311303031635103
Binary10010011101011101100001111001101101100011001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,174,195); }

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

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

 a { background-color: rgb(147,174,195); }

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

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

 span { border-color: rgb(147,174,195); }

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