#96AFBF

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

Shades of Nepal #96AFBF

Tints of Nepal #96AFBF

Color information

#96AFBF (or 0x96AFBF) is unknown color: approx Nepal. HEX triplet: 96, AF and BF. RGB value is (150,175,191). Sum of RGB (Red+Green+Blue) = 150+175+191=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 191 - color contains mainly: blue. Hex color #96AFBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96AFBF is #695040. Grayscale: #A9A9A9. Windows color (decimal): -6901825 or 12562326. OLE color: 12562326.

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

Color convert

RGB150175191-
CMYK0.210.0800.25
HSL203.41º24.26%66.86%-
HSV(B)203.41º21.47%74.9%-
XYZ37.3140.9155.22-
YUV169.35140.22114.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.07%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 191 (75% from 255) = 37.02%
R=29.07%
G=33.91%
B=37.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501751910.210.0800.25203.4124.2666.86
Hex96AFBF158019cb1843
Octal226257277251003131330103
Binary10010110101011111011111110101100001100111001011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96AFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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