#92B6C9

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

Shades of Nepal #92B6C9

Tints of Nepal #92B6C9

Color information

#92B6C9 (or 0x92B6C9) is unknown color: approx Nepal. HEX triplet: 92, B6 and C9. RGB value is (146,182,201). Sum of RGB (Red+Green+Blue) = 146+182+201=529 (70% of max value = 765). Red value is 146 (57.42% from 255 or 27.60% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #92B6C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92B6C9 is #6D4936. Grayscale: #ADADAD. Windows color (decimal): -7162167 or 13219474. OLE color: 13219474.

HSL color Cylindrical-coordinate representation of color #92B6C9: hue angle of 200.73º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92B6C9 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146182201-
CMYK0.270.0900.21
HSL200.73º33.74%68.04%-
HSV(B)200.73º27.36%78.82%-
XYZ39.1243.7861.65-
YUV173.4143.57108.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.60%
GREEN value IS 182 (71.48% from 255) = 34.40%
BLUE value IS 201 (78.91% from 255) = 38.00%
R=27.60%
G=34.40%
B=38.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461822010.270.0900.21200.7333.7468.04
Hex92B6C91B9015c92244
Octal222266311331102531142104
Binary100100101011011011001001110111001010101110010011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,182,201); }

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

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

 a { background-color: rgb(146,182,201); }

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

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

 span { border-color: rgb(146,182,201); }

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