#94AEBF

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

Shades of Nepal #94AEBF

Tints of Nepal #94AEBF

Color information

#94AEBF (or 0x94AEBF) is unknown color: approx Nepal. HEX triplet: 94, AE and BF. RGB value is (148,174,191). Sum of RGB (Red+Green+Blue) = 148+174+191=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 174 (68.36% from 255 or 33.92% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #94AEBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94AEBF is #6B5140. Grayscale: #A8A8A8. Windows color (decimal): -7033153 or 12562068. OLE color: 12562068.

HSL color Cylindrical-coordinate representation of color #94AEBF: hue angle of 203.72º 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 #94AEBF is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148174191-
CMYK0.230.0900.25
HSL203.72º25.15%66.47%-
HSV(B)203.72º22.51%74.9%-
XYZ36.7540.3355.14-
YUV168.16140.89113.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.85%
GREEN value IS 174 (68.36% from 255) = 33.92%
BLUE value IS 191 (75% from 255) = 37.23%
R=28.85%
G=33.92%
B=37.23%

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
Decimal1481741910.230.0900.25203.7225.1566.47
Hex94AEBF179019cc1942
Octal224256277271103131431102
Binary10010100101011101011111110111100101100111001100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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