Html Css Color HEX #93AAC1 Nepal

📋 copy color: '#93AAC1'

red 147 ◦ green 170 ◦ blue 193

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

Shades of Nepal #93AAC1

Tints of Nepal #93AAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.84%

R = 28.82%
G = 33.33%
B = 37.84%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#93AAC1 (or 0x93AAC1) is known color: Nepal. HEX triplet: 93, AA and C1. RGB value is (147,170,193). Sum of RGB (Red+Green+Blue) = 147+170+193=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #93AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AAC1 is #6C553E. Grayscale: #A5A5A5. Windows color (decimal): -7099711 or 12692115. OLE color: 12692115.

HSL color Cylindrical-coordinate representation of color #93AAC1: hue angle of 210º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93AAC1 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 147 170 193 -
CMYK 0.24 0.12 0 0.24
HSL 210º 0.27% 0.67% -
HSV(B) 210º 0.24% 0.76% -
XYZ 36.03 38.8 56.04 -
YUV 165.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 147 170 193 0.24 0.12 0 0.24 210 0.27 0.67
Hex 93 AA C1 18 C 0 18 D2 1B 43
Octal 223 252 301 30 14 0 30 322 33 103
Binary 10010011 10101010 11000001 11000 1100 0 11000 11010010 11011 1000011

Color Harmonies of #93AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AAC1

Black with #93AAC1

Text Example


Text Example

White with #93AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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