Html Css Color HEX #93AFBE Nepal

📋 copy color: '#93AFBE'

red 147 ◦ green 175 ◦ blue 190

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

Shades of Nepal #93AFBE

Tints of Nepal #93AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.18%

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

R = 28.71%
G = 34.18%
B = 37.11%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#93AFBE (or 0x93AFBE) is known color: Nepal. HEX triplet: 93, AF and BE. RGB value is (147,175,190). Sum of RGB (Red+Green+Blue) = 147+175+190=512 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.71% from 512); Green value is 175 (68.75% from 255 or 34.18% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #93AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AFBE is #6C5041. Grayscale: #A8A8A8. Windows color (decimal): -7098434 or 12496787. OLE color: 12496787.

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

Color convert

RGB 147 175 190 -
CMYK 0.23 0.08 0 0.25
HSL 200.93º 0.25% 0.66% -
HSV(B) 200.93º 0.23% 0.75% -
XYZ 36.66 40.58 54.62 -
YUV 168.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 147 175 190 0.23 0.08 0 0.25 200.93 0.25 0.66
Hex 93 AF BE 17 8 0 19 C9 19 42
Octal 223 257 276 27 10 0 31 311 31 102
Binary 10010011 10101111 10111110 10111 1000 0 11001 11001001 11001 1000010

Color Harmonies of #93AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AFBE

Black with #93AFBE

Text Example


Text Example

White with #93AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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