Html Css Color HEX #93AEBE Nepal

📋 copy color: '#93AEBE'

red 147 ◦ green 174 ◦ blue 190

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

Shades of Nepal #93AEBE

Tints of Nepal #93AEBE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.05%

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

R = 28.77%
G = 34.05%
B = 37.18%

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

#93AEBE (or 0x93AEBE) is known color: Nepal. HEX triplet: 93, AE and BE. RGB value is (147,174,190). Sum of RGB (Red+Green+Blue) = 147+174+190=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #93AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEBE is #6C5141. Grayscale: #A7A7A7. Windows color (decimal): -7098690 or 12496531. OLE color: 12496531.

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

Color convert

RGB 147 174 190 -
CMYK 0.23 0.08 0 0.25
HSL 202.33º 0.25% 0.66% -
HSV(B) 202.33º 0.23% 0.75% -
XYZ 36.46 40.19 54.55 -
YUV 167.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 147 174 190 0.23 0.08 0 0.25 202.33 0.25 0.66
Hex 93 AE BE 17 8 0 19 CA 19 42
Octal 223 256 276 27 10 0 31 312 31 102
Binary 10010011 10101110 10111110 10111 1000 0 11001 11001010 11001 1000010

Color Harmonies of #93AEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AEBE

Black with #93AEBE

Text Example


Text Example

White with #93AEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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