Html Css Color HEX #93A8BE Nepal

📋 copy color: '#93A8BE'

red 147 ◦ green 168 ◦ blue 190

#93A8BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #93A8BE

Tints of Nepal #93A8BE

RGB

 RED value IS 147 (57.81% from 255) = 29.11%

 GREEN value IS 168 (66.02% from 255) = 33.27%

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 29.11%
G = 33.27%
B = 37.62%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#93A8BE (or 0x93A8BE) is known color: Nepal. HEX triplet: 93, A8 and BE. RGB value is (147,168,190). Sum of RGB (Red+Green+Blue) = 147+168+190=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 190 - color contains mainly: blue. Hex color #93A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93A8BE is #6C5741. Grayscale: #A4A4A4. Windows color (decimal): -7100226 or 12494995. OLE color: 12494995.

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

Color convert

RGB 147 168 190 -
CMYK 0.23 0.12 0 0.25
HSL 210.7º 0.25% 0.66% -
HSV(B) 210.7º 0.23% 0.75% -
XYZ 35.33 37.93 54.17 -
YUV 164.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 147 168 190 0.23 0.12 0 0.25 210.7 0.25 0.66
Hex 93 A8 BE 17 C 0 19 D3 19 42
Octal 223 250 276 27 14 0 31 323 31 102
Binary 10010011 10101000 10111110 10111 1100 0 11001 11010011 11001 1000010

Color Harmonies of #93A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93A8BE

Black with #93A8BE

Text Example


Text Example

White with #93A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,168,190); }

 H1.HeaderClassName
 {
   color: #93A8BE;
 }
 .AnyTagClassName
 {
   color: #93A8BE;
 }
</style>

background-color css

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

 a { background-color: rgb(147,168,190); }

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

border-color css

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

 span { border-color: rgb(147,168,190); }

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