#92AEC6

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

Shades of Nepal #92AEC6

Tints of Nepal #92AEC6

Color information

#92AEC6 (or 0x92AEC6) is unknown color: approx Nepal. HEX triplet: 92, AE and C6. RGB value is (146,174,198). Sum of RGB (Red+Green+Blue) = 146+174+198=518 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.19% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 198 - color contains mainly: blue. Hex color #92AEC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEC6 is #6D5139. Grayscale: #A8A8A8. Windows color (decimal): -7164218 or 13020818. OLE color: 13020818.

HSL color Cylindrical-coordinate representation of color #92AEC6: hue angle of 207.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #92AEC6 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146174198-
CMYK0.260.1200.22
HSL207.69º31.33%67.45%-
HSV(B)207.69º26.26%77.65%-
XYZ37.1840.4659.28-
YUV168.36144.72112.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.19%
GREEN value IS 174 (68.36% from 255) = 33.59%
BLUE value IS 198 (77.73% from 255) = 38.22%
R=28.19%
G=33.59%
B=38.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461741980.260.1200.22207.6931.3367.45
Hex92AEC61AC016d01f43
Octal222256306321402632037103
Binary10010010101011101100011011010110001011011010000111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AEC6; }

 p { color: rgb(146,174,198); }

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

<style>
 a { background-color: #92AEC6; }

 a { background-color: rgb(146,174,198); }

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

<style>
 span { border-color: #92AEC6; }

 span { border-color: rgb(146,174,198); }

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