#92ABBB

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

Shades of Nepal #92ABBB

Tints of Nepal #92ABBB

Color information

#92ABBB (or 0x92ABBB) is unknown color: approx Nepal. HEX triplet: 92, AB and BB. RGB value is (146,171,187). Sum of RGB (Red+Green+Blue) = 146+171+187=504 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.97% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #92ABBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ABBB is #6D5444. Grayscale: #A5A5A5. Windows color (decimal): -7164997 or 12299154. OLE color: 12299154.

HSL color Cylindrical-coordinate representation of color #92ABBB: hue angle of 203.41º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #92ABBB is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146171187-
CMYK0.220.0900.27
HSL203.41º23.16%65.29%-
HSV(B)203.41º21.93%73.33%-
XYZ35.3938.8252.64-
YUV165.35140.22114.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.97%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 187 (73.44% from 255) = 37.10%
R=28.97%
G=33.93%
B=37.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461711870.220.0900.27203.4123.1665.29
Hex92ABBB16901Bcb1741
Octal222253273261103331327101
Binary10010010101010111011101110110100101101111001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,171,187); }

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

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

 a { background-color: rgb(146,171,187); }

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

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

 span { border-color: rgb(146,171,187); }

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