#92AFBE

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

Shades of Nepal #92AFBE

Tints of Nepal #92AFBE

Color information

#92AFBE (or 0x92AFBE) is unknown color: approx Nepal. HEX triplet: 92, AF and BE. RGB value is (146,175,190). Sum of RGB (Red+Green+Blue) = 146+175+190=511 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.57% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 190 - color contains mainly: blue. Hex color #92AFBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFBE is #6D5041. Grayscale: #A7A7A7. Windows color (decimal): -7163970 or 12496786. OLE color: 12496786.

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

Color convert

RGB146175190-
CMYK0.230.0800.25
HSL200.45º25.29%65.88%-
HSV(B)200.45º23.16%74.51%-
XYZ36.4840.4954.61-
YUV168.04140.39112.28-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.57%
GREEN value IS 175 (68.75% from 255) = 34.25%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=28.57%
G=34.25%
B=37.18%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461751900.230.0800.25200.4525.2965.88
Hex92AFBE178019c81942
Octal222257276271003131031102
Binary10010010101011111011111010111100001100111001000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,175,190); }

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

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

 a { background-color: rgb(146,175,190); }

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

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

 span { border-color: rgb(146,175,190); }

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