#93B2C1

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

Shades of Nepal #93B2C1

Tints of Nepal #93B2C1

Color information

#93B2C1 (or 0x93B2C1) is unknown color: approx Nepal. HEX triplet: 93, B2 and C1. RGB value is (147,178,193). Sum of RGB (Red+Green+Blue) = 147+178+193=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 193 - color contains mainly: blue. Hex color #93B2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93B2C1 is #6C4D3E. Grayscale: #AAAAAA. Windows color (decimal): -7097663 or 12694163. OLE color: 12694163.

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

Color convert

RGB147178193-
CMYK0.240.0800.24
HSL199.57º27.06%66.67%-
HSV(B)199.57º23.83%75.69%-
XYZ37.5841.8956.56-
YUV170.44140.73111.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.38%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=28.38%
G=34.36%
B=37.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1471781930.240.0800.24199.5727.0666.67
Hex93B2C1188018c81b43
Octal223262301301003031033103
Binary10010011101100101100000111000100001100011001000110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93B2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,178,193); }

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

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

 a { background-color: rgb(147,178,193); }

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

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

 span { border-color: rgb(147,178,193); }

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