#94ADC4

Color #94ADC4 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #94ADC4

Tints of Nepal #94ADC4

Color information

#94ADC4 (or 0x94ADC4) is unknown color: approx Nepal. HEX triplet: 94, AD and C4. RGB value is (148,173,196). Sum of RGB (Red+Green+Blue) = 148+173+196=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 196 (76.95% from 255 or 37.91% from 517); Max value from RGB is 196 - color contains mainly: blue. Hex color #94ADC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADC4 is #6B523B. Grayscale: #A8A8A8. Windows color (decimal): -7033404 or 12889492. OLE color: 12889492.

HSL color Cylindrical-coordinate representation of color #94ADC4: hue angle of 208.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #94ADC4 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB148173196-
CMYK0.240.1200.23
HSL208.75º28.92%67.45%-
HSV(B)208.75º24.49%76.86%-
XYZ37.1240.1758.02-
YUV168.15143.72113.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 173 (67.97% from 255) = 33.46%
BLUE value IS 196 (76.95% from 255) = 37.91%
R=28.63%
G=33.46%
B=37.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481731960.240.1200.23208.7528.9267.45
Hex94ADC418C017d11d43
Octal224255304301402732135103
Binary10010100101011011100010011000110001011111010001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,173,196); }

 H1.HeaderClassName
 {
   color: #94ADC4;
 }
 .AnyTagClassName
 {
   color: #94ADC4;
 }
</style>
background-color css

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

 a { background-color: rgb(148,173,196); }

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

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

 span { border-color: rgb(148,173,196); }

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