#94ADC2

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

Shades of Nepal #94ADC2

Tints of Nepal #94ADC2

Color information

#94ADC2 (or 0x94ADC2) is unknown color: approx Nepal. HEX triplet: 94, AD and C2. RGB value is (148,173,194). Sum of RGB (Red+Green+Blue) = 148+173+194=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 173 (67.97% from 255 or 33.59% from 515); Blue value is 194 (76.17% from 255 or 37.67% from 515); Max value from RGB is 194 - color contains mainly: blue. Hex color #94ADC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADC2 is #6B523D. Grayscale: #A7A7A7. Windows color (decimal): -7033406 or 12758420. OLE color: 12758420.

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

Color convert

RGB148173194-
CMYK0.240.1100.24
HSL207.39º27.38%67.06%-
HSV(B)207.39º23.71%76.08%-
XYZ36.8940.0856.83-
YUV167.92142.72113.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.74%
GREEN value IS 173 (67.97% from 255) = 33.59%
BLUE value IS 194 (76.17% from 255) = 37.67%
R=28.74%
G=33.59%
B=37.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481731940.240.1100.24207.3927.3867.06
Hex94ADC218B018cf1b43
Octal224255302301303031733103
Binary10010100101011011100001011000101101100011001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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