Html Css Color HEX #94ACC0 Nepal

📋 copy color: '#94ACC0'

red 148 ◦ green 172 ◦ blue 192

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

Shades of Nepal #94ACC0

Tints of Nepal #94ACC0

RGB

 RED value IS 148 (58.2% from 255) = 28.91%

 GREEN value IS 172 (67.58% from 255) = 33.59%

 BLUE value IS 192 (75.39% from 255) = 37.5%

R = 28.91%
G = 33.59%
B = 37.5%

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

#94ACC0 (or 0x94ACC0) is known color: Nepal. HEX triplet: 94, AC and C0. RGB value is (148,172,192). Sum of RGB (Red+Green+Blue) = 148+172+192=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 192 (75.39% from 255 or 37.5% from 512); Max value from RGB is 192 - color contains mainly: blue. Hex color #94ACC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ACC0 is #6B533F. Grayscale: #A7A7A7. Windows color (decimal): -7033664 or 12627092. OLE color: 12627092.

HSL color Cylindrical-coordinate representation of color #94ACC0: hue angle of 207.27º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94ACC0 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 172 192 -
CMYK 0.23 0.10 0 0.25
HSL 207.27º 0.26% 0.67% -
HSV(B) 207.27º 0.23% 0.75% -
XYZ 36.48 39.61 55.59 -
YUV 167.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 148 172 192 0.23 0.10 0 0.25 207.27 0.26 0.67
Hex 94 AC C0 17 A 0 19 CF 1A 43
Octal 224 254 300 27 12 0 31 317 32 103
Binary 10010100 10101100 11000000 10111 1010 0 11001 11001111 11010 1000011

Color Harmonies of #94ACC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ACC0

Black with #94ACC0

Text Example


Text Example

White with #94ACC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94ACC0; }

 p { color: rgb(148,172,192); }

 H1.HeaderClassName
 {
   color: #94ACC0;
 }
 .AnyTagClassName
 {
   color: #94ACC0;
 }
</style>

background-color css

<style>
 a { background-color: #94ACC0; }

 a { background-color: rgb(148,172,192); }

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

border-color css

<style>
 span { border-color: #94ACC0; }

 span { border-color: rgb(148,172,192); }

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