#92B2C8

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

Shades of Nepal #92B2C8

Tints of Nepal #92B2C8

Color information

#92B2C8 (or 0x92B2C8) is unknown color: approx Nepal. HEX triplet: 92, B2 and C8. RGB value is (146,178,200). Sum of RGB (Red+Green+Blue) = 146+178+200=524 (69% of max value = 765). Red value is 146 (57.42% from 255 or 27.86% from 524); Green value is 178 (69.92% from 255 or 33.97% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 200 - color contains mainly: blue. Hex color #92B2C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92B2C8 is #6D4D37. Grayscale: #AAAAAA. Windows color (decimal): -7163192 or 13152914. OLE color: 13152914.

HSL color Cylindrical-coordinate representation of color #92B2C8: hue angle of 204.44º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92B2C8 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB146178200-
CMYK0.270.1100.22
HSL204.44º32.93%67.84%-
HSV(B)204.44º27%78.43%-
XYZ38.242.1260.76-
YUV170.94144.4110.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 27.86%
GREEN value IS 178 (69.92% from 255) = 33.97%
BLUE value IS 200 (78.52% from 255) = 38.17%
R=27.86%
G=33.97%
B=38.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1461782000.270.1100.22204.4432.9367.84
Hex92B2C81BB016cc2144
Octal222262310331302631441104
Binary100100101011001011001000110111011010110110011001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92B2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,178,200); }

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

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

 a { background-color: rgb(146,178,200); }

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

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

 span { border-color: rgb(146,178,200); }

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