Html Css Color HEX #93ABBE Nepal

📋 copy color: '#93ABBE'

red 147 ◦ green 171 ◦ blue 190

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

Shades of Nepal #93ABBE

Tints of Nepal #93ABBE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.66%

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

R = 28.94%
G = 33.66%
B = 37.4%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#93ABBE (or 0x93ABBE) is known color: Nepal. HEX triplet: 93, AB and BE. RGB value is (147,171,190). Sum of RGB (Red+Green+Blue) = 147+171+190=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #93ABBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ABBE is #6C5441. Grayscale: #A5A5A5. Windows color (decimal): -7099458 or 12495763. OLE color: 12495763.

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

Color convert

RGB 147 171 190 -
CMYK 0.23 0.10 0 0.25
HSL 206.51º 0.25% 0.66% -
HSV(B) 206.51º 0.23% 0.75% -
XYZ 35.89 39.05 54.36 -
YUV 165.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 147 171 190 0.23 0.10 0 0.25 206.51 0.25 0.66
Hex 93 AB BE 17 A 0 19 CF 19 42
Octal 223 253 276 27 12 0 31 317 31 102
Binary 10010011 10101011 10111110 10111 1010 0 11001 11001111 11001 1000010

Color Harmonies of #93ABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93ABBE

Black with #93ABBE

Text Example


Text Example

White with #93ABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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