Html Css Color HEX #93AEC1 Nepal

📋 copy color: '#93AEC1'

red 147 ◦ green 174 ◦ blue 193

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

Shades of Nepal #93AEC1

Tints of Nepal #93AEC1

RGB

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

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

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

R = 28.6%
G = 33.85%
B = 37.55%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#93AEC1 (or 0x93AEC1) is known color: Nepal. HEX triplet: 93, AE and C1. RGB value is (147,174,193). Sum of RGB (Red+Green+Blue) = 147+174+193=514 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.60% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #93AEC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93AEC1 is #6C513E. Grayscale: #A7A7A7. Windows color (decimal): -7098687 or 12693139. OLE color: 12693139.

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

Color convert

RGB 147 174 193 -
CMYK 0.24 0.10 0 0.24
HSL 204.78º 0.27% 0.67% -
HSV(B) 204.78º 0.24% 0.76% -
XYZ 36.79 40.33 56.3 -
YUV 168.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 147 174 193 0.24 0.10 0 0.24 204.78 0.27 0.67
Hex 93 AE C1 18 A 0 18 CD 1B 43
Octal 223 256 301 30 12 0 30 315 33 103
Binary 10010011 10101110 11000001 11000 1010 0 11000 11001101 11011 1000011

Color Harmonies of #93AEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AEC1

Black with #93AEC1

Text Example


Text Example

White with #93AEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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