Html Css Color HEX #93AABC Nepal

📋 copy color: '#93AABC'

red 147 ◦ green 170 ◦ blue 188

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

Shades of Nepal #93AABC

Tints of Nepal #93AABC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.66%

 BLUE value IS 188 (73.83% from 255) = 37.23%

R = 29.11%
G = 33.66%
B = 37.23%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#93AABC (or 0x93AABC) is known color: Nepal. HEX triplet: 93, AA and BC. RGB value is (147,170,188). Sum of RGB (Red+Green+Blue) = 147+170+188=505 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.11% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 188 - color contains mainly: blue. Hex color #93AABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AABC is #6C5543. Grayscale: #A5A5A5. Windows color (decimal): -7099716 or 12364435. OLE color: 12364435.

HSL color Cylindrical-coordinate representation of color #93AABC: hue angle of 206.34º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #93AABC is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 147 170 188 -
CMYK 0.22 0.10 0 0.26
HSL 206.34º 0.23% 0.66% -
HSV(B) 206.34º 0.22% 0.74% -
XYZ 35.48 38.58 53.15 -
YUV 165.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 147 170 188 0.22 0.10 0 0.26 206.34 0.23 0.66
Hex 93 AA BC 16 A 0 1A CE 17 42
Octal 223 252 274 26 12 0 32 316 27 102
Binary 10010011 10101010 10111100 10110 1010 0 11010 11001110 10111 1000010

Color Harmonies of #93AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AABC

Black with #93AABC

Text Example


Text Example

White with #93AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,170,188); }

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

background-color css

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

 a { background-color: rgb(147,170,188); }

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

border-color css

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

 span { border-color: rgb(147,170,188); }

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