#94ADBF

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

Shades of Nepal #94ADBF

Tints of Nepal #94ADBF

Color information

#94ADBF (or 0x94ADBF) is unknown color: approx Nepal. HEX triplet: 94, AD and BF. RGB value is (148,173,191). Sum of RGB (Red+Green+Blue) = 148+173+191=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 191 - color contains mainly: blue. Hex color #94ADBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADBF is #6B5240. Grayscale: #A7A7A7. Windows color (decimal): -7033409 or 12561812. OLE color: 12561812.

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

Color convert

RGB148173191-
CMYK0.230.0900.25
HSL205.12º25.15%66.47%-
HSV(B)205.12º22.51%74.9%-
XYZ36.5639.9455.07-
YUV167.58141.22114.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.91%
GREEN value IS 173 (67.97% from 255) = 33.79%
BLUE value IS 191 (75% from 255) = 37.30%
R=28.91%
G=33.79%
B=37.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481731910.230.0900.25205.1225.1566.47
Hex94ADBF179019cd1942
Octal224255277271103131531102
Binary10010100101011011011111110111100101100111001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ADBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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