#93ABBF

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

Shades of Nepal #93ABBF

Tints of Nepal #93ABBF

Color information

#93ABBF (or 0x93ABBF) is unknown color: approx Nepal. HEX triplet: 93, AB and BF. RGB value is (147,171,191). Sum of RGB (Red+Green+Blue) = 147+171+191=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 191 - color contains mainly: blue. Hex color #93ABBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABBF is #6C5440. Grayscale: #A6A6A6. Windows color (decimal): -7099457 or 12561299. OLE color: 12561299.

HSL color Cylindrical-coordinate representation of color #93ABBF: hue angle of 207.27º 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 #93ABBF is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147171191-
CMYK0.230.1000.25
HSL207.27º25.58%66.27%-
HSV(B)207.27º23.04%74.9%-
XYZ3639.0954.94-
YUV166.1142.05114.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.88%
GREEN value IS 171 (67.19% from 255) = 33.60%
BLUE value IS 191 (75% from 255) = 37.52%
R=28.88%
G=33.60%
B=37.52%

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
Decimal1471711910.230.1000.25207.2725.5866.27
Hex93ABBF17A019cf1a42
Octal223253277271203131732102
Binary10010011101010111011111110111101001100111001111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,171,191); }

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

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

 a { background-color: rgb(147,171,191); }

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

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

 span { border-color: rgb(147,171,191); }

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