#96AFC0

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

Shades of Nepal #96AFC0

Tints of Nepal #96AFC0

Color information

#96AFC0 (or 0x96AFC0) is unknown color: approx Nepal. HEX triplet: 96, AF and C0. RGB value is (150,175,192). Sum of RGB (Red+Green+Blue) = 150+175+192=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 192 - color contains mainly: blue. Hex color #96AFC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFC0 is #69503F. Grayscale: #A9A9A9. Windows color (decimal): -6901824 or 12627862. OLE color: 12627862.

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

Color convert

RGB150175192-
CMYK0.220.0900.25
HSL204.29º25%67.06%-
HSV(B)204.29º21.88%75.29%-
XYZ37.4240.9555.8-
YUV169.46140.72114.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.01%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 192 (75.39% from 255) = 37.14%
R=29.01%
G=33.85%
B=37.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501751920.220.0900.25204.292567.06
Hex96AFC0169019cc1943
Octal226257300261103131431103
Binary10010110101011111100000010110100101100111001100110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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