#92AEC3

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

Shades of Nepal #92AEC3

Tints of Nepal #92AEC3

Color information

#92AEC3 (or 0x92AEC3) is unknown color: approx Nepal. HEX triplet: 92, AE and C3. RGB value is (146,174,195). Sum of RGB (Red+Green+Blue) = 146+174+195=515 (68% of max value = 765). Red value is 146 (57.42% from 255 or 28.35% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #92AEC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEC3 is #6D513C. Grayscale: #A7A7A7. Windows color (decimal): -7164221 or 12824210. OLE color: 12824210.

HSL color Cylindrical-coordinate representation of color #92AEC3: hue angle of 205.71º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #92AEC3 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB146174195-
CMYK0.250.1100.24
HSL205.71º28.99%66.86%-
HSV(B)205.71º25.13%76.47%-
XYZ36.8440.3257.47-
YUV168.02143.22112.29-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.35%
GREEN value IS 174 (68.36% from 255) = 33.79%
BLUE value IS 195 (76.56% from 255) = 37.86%
R=28.35%
G=33.79%
B=37.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1461741950.250.1100.24205.7128.9966.86
Hex92AEC319B018ce1d43
Octal222256303311303031635103
Binary10010010101011101100001111001101101100011001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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