#92AFC0

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

Shades of Nepal #92AFC0

Tints of Nepal #92AFC0

Color information

#92AFC0 (or 0x92AFC0) is unknown color: approx Nepal. HEX triplet: 92, AF and C0. RGB value is (146,175,192). Sum of RGB (Red+Green+Blue) = 146+175+192=513 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.46% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 192 - color contains mainly: blue. Hex color #92AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AFC0 is #6D503F. Grayscale: #A8A8A8. Windows color (decimal): -7163968 or 12627858. OLE color: 12627858.

HSL color Cylindrical-coordinate representation of color #92AFC0: hue angle of 202.17º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #92AFC0 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146175192-
CMYK0.240.0900.25
HSL202.17º26.74%66.27%-
HSV(B)202.17º23.96%75.29%-
XYZ36.740.5855.77-
YUV168.27141.39112.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.46%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=28.46%
G=34.11%
B=37.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461751920.240.0900.25202.1726.7466.27
Hex92AFC0189019ca1b42
Octal222257300301103131233102
Binary10010010101011111100000011000100101100111001010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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