Html Css Color HEX #93AEBA Nepal

📋 copy color: '#93AEBA'

red 147 ◦ green 174 ◦ blue 186

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

Shades of Nepal #93AEBA

Tints of Nepal #93AEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 28.99%
G = 34.32%
B = 36.69%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#93AEBA (or 0x93AEBA) is known color: Nepal. HEX triplet: 93, AE and BA. RGB value is (147,174,186). Sum of RGB (Red+Green+Blue) = 147+174+186=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 186 - color contains mainly: blue. Hex color #93AEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEBA is #6C5145. Grayscale: #A7A7A7. Windows color (decimal): -7098694 or 12234387. OLE color: 12234387.

HSL color Cylindrical-coordinate representation of color #93AEBA: hue angle of 198.46º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93AEBA is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 174 186 -
CMYK 0.21 0.06 0 0.27
HSL 198.46º 0.22% 0.65% -
HSV(B) 198.46º 0.21% 0.73% -
XYZ 36.03 40.02 52.28 -
YUV 167.3 138.55 113.52 -
System Red Green Blue C M Y K H S L
Decimal 147 174 186 0.21 0.06 0 0.27 198.46 0.22 0.65
Hex 93 AE BA 15 6 0 1B C6 16 41
Octal 223 256 272 25 6 0 33 306 26 101
Binary 10010011 10101110 10111010 10101 110 0 11011 11000110 10110 1000001

Color Harmonies of #93AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AEBA

Black with #93AEBA

Text Example


Text Example

White with #93AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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